@charset "utf-8";
/* CSS Document */

a:link
{
	color: #C0C0C0; 
}
a:visited
{
	color: #C0C0C0; 
} 
a:active 
{
	color: #FFD700;
}
a:hover 
{
	color: #FFD700;
}
body {
	background-color: #000080;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #C0C0C0;
}
td, th {
	color: #C0C0C0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times, Bookman Old Style;
	color: #C0C0C0;
}
.smalltxt 
{
	font-size: small
}
.xsmall 
{
	font-size: x-small
}
