h1 {
 font-family: Arial,Geneva, Arial;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
 color: #0F415C;

}



a:active {color : #0000cc; text-decoration : none;}
a:link {color : #0000cc;text-decoration : none ;}
a:visited {color : #8080C0; text-decoration : none;}
a:hover, a:focus {
	color: #9EF5CD;
	background-color:	#666666;

         }

td {
 font-size : 12px;
 font-family : Arial, Geneva, Arial;
 color : #0F415C;

}
b {
 font-weight : bold;

}
body {
 background-color :#ffffff;
 font-family: Arial,Geneva, Arial;
 font-size: 10px;
 font-weight:;
 text-align: left;
 color: #0F415C;

}
.orange {
 color : #ff6600;

}