body {
font-size: 12px;
line-height: 1.3em;
font-family: Arial, Helvetica, sans-serif;
background: #fff;
margin-left: 0px;	
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.style1 {
font-size: 11px
}

.style2 {
color: #F66401;
font-weight: bold;
font-size: 11px;
}

.style3 {
	font-size: 35px;
	font-weight: bold;
	color: #FFFF00;
}

.style4 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}

a:link, a:visited {
	color: #145E9B;
  text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	} 

a:hover {
    text-decoration: underline;
    color: #F66401;
	}