a:link
{
	color: rgb(51,102,204); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover 
{
	color: white;
	background-color: rgb(51,102,204);
}


a.hide:link
{
	color: white; 
}
a.hide:visited
{
	color: white; 
}

a.hide:hover
{
	color: white;
	background-color: white;
}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	background-color: white;
	color: black;
}

td
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	color: rgb(51,102,204);
}

.new
{
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.credits
{
	font-size: 7pt;
}

img
{
	border: none;
}

.tdlink
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.linktable
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}