.small
	{
		font-size: 14px;
		color: #CCCCCC;
		font-weight: bold;
		background: #333333;
		border: 0px;
		padding: 4px;
		}
.large
	{
		font-size: 12px;
		color: white;
		background: #333333;
		padding: 2px;
		padding-left: 8px;
		padding-right: 8px;			
		}
BODY {
	font-size: 12px;
	font-family: "Verdana";
	color: white;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: black;
	scrollbar-3d-light-color:#333333;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#666666;
	scrollbar-dark-shadow-color:#333333;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;	
}	
a {
	color: #CCCCCC;
	text-decoration: none;
}


a:hover {
	color: white;
	text-decoration: underline;
}