a:link
{
	color: Aqua;
}
a:visited
{
	color: rgb(255,255,200); 
} 
a:active 
{
	color: rgb(255,255,200);
}
a:hover      { text-decoration: overline underline; color: rgb(255,255,200) }

body
{font-size: 11; 
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(100,50,50);
	color: rgb(255,255,200 );
}
table
{font-size: 12; 
	table-border-color-light: rgb(100,255,153);
	table-border-color-dark: rgb(100,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,200);
}
h2
{
	color: rgb(153,504,255); 
}
h3
{
	color: rgb(255,51,153); 
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}
font         {  }
body         {  }

