﻿A:link {
	color : 
	white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
A:visited {
	color : #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
A:hover {
	color : #999999;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color : #999999;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #996600;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

