body{
	color : #000080;
	font-family : "Comic Sans MS";
	font-size : 13px;
}
td{
	color : #000080;
	font-size : 13px;
	font-family : "Comic Sans MS";
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}




A {
	text-decoration : none;
	color : "#000080";
	font-size : 13px;
	font-family: Lucida Sans Unicode;
}
A:Visited  {
	text-decoration : none;
	font-size : 13px;
	color : "#000080";
	font-family: Lucida Sans Unicode;
}
A:Active  {
	text-decoration : none;
	color : "#008000";
	font-size : 13px;
	font-family: Lucida Sans Unicode;
}

A:Hover  {
	text-decoration : underline;
	color : "#FF0000";
	color : red ;
	font-size : 13px;
	font-family: Lucida Sans Unicode;
	}

	
	
td.A {
	text-decoration : none;
	color : "#000080";
	font-size : 13px;
	font-family: Lucida Sans Unicode;
	
}
td.A:Visited  {
	text-decoration : none;
	font-size : 13px;
	color : "#000080";
	font-family: Lucida Sans Unicode;
	
	
}
td.A:Active  {
	text-decoration : none;
	color : "#008000";
	font-size : 13px;
	font-family: Lucida Sans Unicode;
}

td.A:Hover  {
	text-decoration : underline;
	color : "#FF0000";
	color : red ;
	font-size : 13px;
	font-family: Lucida Sans Unicode;
	}
	
	
H1 {
		font-family : "Comic Sans MS";
		font-size : 12px;
		height : 12px;
	}
	
