body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../gfx/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #e0e0e0;
	scrollbar-highlight-color: #dfedf5;
	scrollbar-3dlight-color: #dfedf5;
	scrollbar-darkshadow-color: #6699cc;
	scrollbar-arrow-color: #224477;
	scrollbar-track-color: #ffffff;
}
td {
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px;
	border-left: 1px dotted steelblue; 
	border-right: 1px dotted steelblue;
	border-top: 1px dotted steelblue;  
	border-bottom:1px dotted steelblue;
	background-color:#FFFFFF;
}
a:link { color: #000000; text-decoration: none; }
a:visited { color: #0099FF; text-decoration: none; }
a:active { color: #0099FF; text-decoration: none; }
a:hover { color: #0099FF; text-decoration: underline; font-weight: bold;}
pre { font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 11px; }