body{
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 10px;
	width:85%; 
	height: 100%;
	color: #657F53
}
h1{
	color: black;
}
h2{
	color: blue;
}
h3{
	color: green;
	font-size: 14px;
}
h4{
	color: blue;
	font-size: 16px;
	font-weight: bold;
}
h5{	
	color: blue;
	font-size: 14px;
	font-weight: bold;
	line-height:150%;
	margin: 0px;
}
img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: underline;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #0033cc;
}

a:visited { color: #657F53 } 
a:active { color: #a05050 } 


table {
	color: green;
	font-size: 14px;
	font-weight: 700;
}