@charset "windows-1252";
a{
    text-decoration:underline;
    color:#FF0909;
}
a:hover{
    color:blue;
    }
a:visited{
    color:#FF0909;
    }

td {	
	font-family:Arial, Trebuchet MS;
	font-size:13px;
	color:#ffffff;
}	
big{
	font-size:16px;
	color:red;
}
style1 {
	color: #FF0909;
	font-weight: bold;
}	   
style2 {
	font-weight: bold;
	A:link {text-decoration:none;}
	A:visited {text-decoration:none;}
}	

