BODY    
{
	scrollbar-3d-light-color: #D2D2CA;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #D2D2CA;
	scrollbar-dark-shadow-color: #D2D2CA;
	scrollbar-face-color: #D2D2CA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D2D2CA;
	color: #333;
	font-size: 10px;
	background-color: #000;
	margin:50px;
}

A:link   
{
	color: #ccc;
	font-size: 10px;
	text-decoration: none
}


A:visited    
{
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}


A:active 
{
	color: #ccc;
	font-size: 10px;
	text-decoration: none

}

A:hover  
{
	color: #0cc;
	font-size: 10px;
	text-decoration: none
}

A.dark:link  {
	color: #CCC;
	font-size: 10px;
	text-decoration: none
}

A.dark:visited  {
	color: #CCC;
	font-size: 10px;
	text-decoration: none
}

A.dark:active  {
	color: #CCC;
	font-size: 10px;
	text-decoration: none
}

A.dark:hover  {
	color: 0cc;
	font-size: 10px;
	text-decoration: none
}

TD {
	font-size: 10px;
	font-family : Verdana;
	color: #333;
}

P  {
	color: #CCC;
	font-size: 10px;
	font-family: Verdana
}

TD.dark {
	font-size: 10px;
	font-family : Verdana, Geneva, sans-serif;
	color : #666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #CCC;
}

TD.smaller {
	font-size: 10px;
	font-family : Verdana, Geneva, sans-serif;
	color : #CCC;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #CCC;
}

HR {
	color : #CCC;
	height : 1px;
}
