body
	{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: white; 
	background-color: "#000000";
	background-position: right bottom;
    background-repeat: no-repeat;

	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #324ce6; 
	scrollbar-shadow-color: #324ce6; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #324ce6; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000;
	}

a:link
	{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	}

a:visited
	{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	}
	
a:hover
	{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color: white;
	}
	
a:active
	{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	}
	
input,textarea 
	{ 
	background-color:#000000; 
	border:1px dotted #363636; 
	font-family:Arial,Tahoma; 
	font-size:8pt; 
	color:#c9c9c9; 
	padding:3px;
	
	scrollbar-base-color:#c9c9c9;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#000000;
	scrollbar-highlight-color:#9c9c9c;
    scrollbar-shadow-color:#9c9c9c;
	}