a {
	color : #00CCFF;
}

a:visited {
	color : #44B6FF;
}

a:hover {
	background-color : #0079B7;
	text-decoration : none;
}

body {
	background-color : #006699;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	margin : 0;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height : 24px;
	color : White;
}
.menu {
	line-height : normal;
}
a.menu, a.menu:visited {
	color : White;
	text-decoration : none;
}
a.menu:hover {
	background-color : transparent;
	color : #FF7F50;
}
a.menu:active {
	color : Red;
}


