<style type="text/css">

A:link
{ text-decoration: none; color:#f40000; }
A:visited
{ text-decoration: none; color:#f40000; }
A:active
{ text-decoration: none; color:#f40000; }
A:hover
{ text-decoration: none; color:#f40000;

cursor: crosshair; }

body 
{ background: #000000; 
background-repeat: no repeat; 
background-position: top right; 
background-attachment: fixed; 

font-family: Terminal, "Courier New", Courier, mono;
color: #F40000 ; 
font-size: 11pt; 

        scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#F40000;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#F40000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

</style>