body
{
	color:		white;
	background:	black;
	font-family:	serif;
	margin-top:	0px;
	margin-left:	0px;
	margin-right:	0px;
}

th
{
	background-color:	#0000FF;
}

.sitecolor
{
	background-color:	#ffffff;
}

:link
{ 
	color:		#fff;
	background:	transparent;
}

:active
{
	color:		#fff;
	background:	transparent;
}

:visited
{
	color:		#fff;
	background:	transparent;
}

:hover
{
	text-decoration:	underline;
	background:		#00f;
}

.generictable
{
	border-width:	thin;
	border-style:	solid;
}

.fulltableheight
{
	height:		100%;
}
