body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body, html {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-arrow-color:#FFF; 
	scrollbar-track-color:#333; 
	scrollbar-face-color:#1C4362; 
	scrollbar-highlight-color:#999; 
	scrollbar-shadow-color:#999;  
	scrollbar-3dlight-color:#333; 
	scrollbar-darkshadow-color:#333;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a.footer:link {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}
a.footer:visited {
	color: #ccc;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}
a.footer:hover {
	color: #ffcc00;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}
a.footer:active {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}
.bluetext {
	color: #325676;
	font-weight: bold;
}
.bigtext {font-size: 14px}

.wordbox {
background-color: #638CAA;
width:500px;
height:300px;
color: #000000;
}

.copyright { background-color:#d0d0d0; font-size:10px; color: #888; text-align:center; }
