a:link
{
	color: rgb(255,255,255);
	TEXT-DECORATION: none;
	font-weight: bold
}
a:visited
{
	color: rgb(255,255,255);
	TEXT-DECORATION: none;
	font-weight: bold
} 
a:active 
{
	color: rgb(255,255,255);
	font-weight: bold;
	TEXT-DECORATION: none
}

a:hover 
{
	COLOR: rgb(0,0,0);
	font-weight: bold;
	TEXT-DECORATION: none
}



table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Arial;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}