@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body{
	font-size:14px;
	line-height:26px;
	font-family: 'Oswald', sans-serif;
	color:#000;
}

hr{
	border-color:#ABABAB;
}

a:link,a:visited{
	color:#ad2229;
}

p{
	
}
.img-left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.img-right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


h1{
	font-size:36px;
	font-weight:400;
}

h2{
	font-size:23px;
	text-transform:uppercase;
}

h3{
	font-size:18px;
}

h4{
}

h5{
}

ul{
	padding-left:13px;
}

