a:link
{
	color: rgb(0,153,153);
}
a:visited
{
	color: rgb(102,102,153);
}
a:active
{
	color: rgb(204,204,0);
}
a:hover
{
	color: rgb(255,10,10);
}
body
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
h1
{
	color: rgb(102,153,153);
}
h2, marquee
{
	color: rgb(102,153,153);
}
h3
{
	color: rgb(102,153,153);
}
h4
{
	color: rgb(102,153,153);
}
h5
{
	color: rgb(102,153,153);
}
h6
{
	color: rgb(102,153,153);
}

body
{
	font-family: trebuchet ms, Arial, Helvetica;
	background-image: url('images/bkgnd.gif');
}
h1
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
}
h2
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
}
h3
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
}
h4
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
}
h5
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
h6
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
}

TABLE
{
	font-family: trebuchet ms, Arial, Helvetica;
	font-style: normal; 
}
TABLE
{
	border-color: rgb(51,0,110);
	color: rgb(0,0,0);
	table-border-color-light: rgb(204,204,0);
	table-border-color-dark: rgb(51,0,110);
}

HR
{
	color: rgb(102,153,153);
}


