a:active {
	text-decoration : none;
}

a:hover {
	background : #FFCC00;
	color : #3333FF;
	font-weight : bold;
	text-decoration : none;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

body td {
	color : #000000;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
}
