body { 
	cursor: default;
	background-color: #cccccc;
	text: #000000;
	margin-left:0;
	margin-top:0;
	margin-width:7;
	margin-height:7;
	margin-bottom:0;
	font: 11px verdana;
	border:7;
	scrollbar-face-color: #BCBABC; 
	scrollbar-shadow-color: #423C42; 
	scrollbar-highlight-color: #423C42; 
	scrollbar-3dlight-color: #423C42; 
	scrollbar-darkshadow-color: #423C42;
	scrollbar-track-color: #423C42; 
	scrollbar-arrow-color: #423C42;
}
td { font: 11px verdana; }

td.main {
	border: black 7px solid ;
}
a { 
	color: #423C42;
	text-decoration: none;
}
a:visited { 
	color: #423C42;
	text-decoration: none;
}
 
a:hover { 
	color: #BCBABC;
	text-decoration: underline;
}
a.dir {
	color: #423C42;
	text-decoration: underline;
}
a:visited.dir { 
	color: #423C42;
	text-decoration: underline;
}
 
a:hover.dir { 
	color: #BCBABC;
	text-decoration: underline;
}