 BODY{
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align :justify;
	color:white;
	background:black;
	overflow: hidden;
 }

 a:link{
  color:#00FFAA;
 }
 a:visited{
   color:cyan;
 }
 
 /*The other part of this is page-dependant*/
 .floatitle h2{
	display:inline;
	background:black;
	margin:0px;
 }
 .clicktable tbody td{
 	background-color:#333;
 }
 /*However, this only works in IE with a doctype :rolleyes:*/
 .clicktable tbody tr:hover{
 	color:#66F;
 }

.bottomlinks{
	padding:0px;
	margin:0px;
	text-align:center;
}
.bottomlinks li{
	text-align:center;
	display:inline;
	list-style-type:none;
}
.bottomlinks a{
	color:burlywood;
}
.bottomlinks a:visited{
	color:burlywood;
}