﻿
a:link
{
	color: #FF9900; 
}
a:visited
{
	color: #FF6666; 
} 
a:active 
{
	color: #FF3300;
}
body
{
	font-family: Tahoma, Helvetica;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;

}
table
{
	table-border-color-light: #993300;
	table-border-color-dark: #993300;
	text-transform: uppercase;
	font-size: 12px;
}


a:link {
   text-decoration: none;
   }
a:hover {
   color: #CC6600;
   text-decoration: underline overline;
   }