/* CSS Document */
body,td,th {
	font-family: Calibri;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {font-size: 12px}
.style2 {font-size: 16px}
.style5 {font-size: 36px; font-weight: bold; }