body, p, div, section, td, tr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
}


h1{
	color: #FFFFFF;
	font-size: 24px;
	background-size:100%;
	font-weight: lighter;
	text-shadow: 0px 1px 1px #000000;
	clear: both;
	background-color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h3{
	color: #FFF;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000000;
	background-color: #1066a9;
	padding: 3px;
}
h2{
	font-size: 16px;
	font-weight: lighter;
	margin-top: 0px;
	background-color: #CCC;
	margin-bottom: 0px;
	padding: 3px;
	color: #1066a9;
	text-align:left;
}
h4{
	font-size: 10px;
}
hr{
	clear: both;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #F5F5F5;
	margin-top: 6%;
	margin-bottom: 6%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, ol{
	text-align:left;
	padding-left: 20px;
}

p{
	text-align:justify;}
@media only screen and (max-width: 720px) {
	h1,h2,h3,p,section{
	text-align: center;
}
	
}
