body {
	background-color: white
}
A  {
	text-decoration: none;
	color: black
}
A:link{
    TEXT-DECORATION: none;
	color: '#006699';
}
A:visited {
	TEXT-DECORATION: none;
	color: '#006699';
}
A:active {
    TEXT-DECORATION: none
	color: '#000000';
}
A:hover {
    font-size: 10pt;
	TEXT-DECORATION: none;
	color: red
}
TD {
	font-size: 10pt;
	font-family: Tahoma,helvetica;
	text-decoration: none;
}