/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #F04C3B;
}
.style2 {
font-weight: bold; 
margin-top:2px;}
.style3 {
	font-size: 19px;
	font-weight:bolder;
	margin-bottom:2px;
}
a:link, a:visited, a:active {
color: #000000;
text-decoration:none}
a:hover {
color: #ffffff;
text-decoration:none}
h5 {
	color: #F04C3B;
	font-size: 10px;
}

