table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	background-color: #CCCCFF;
	width: auto;
	height: auto;



}
body {
	background-color: #9999CC;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

}
a:visited {
	color: #000066;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

}
