body{
background-color: 000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000; 
scrollbar-arrow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;

background-color: 000000;
text-align:justify;
}

body,table,div{
font-family: tahoma;
line-height: 10px;
font-size: 11px;
font-weight: none;
font-style: none;
color:#ff80cc;}

b{color:#800080;}

a:link{
font-weight: bold;
font-style: none;
text-decoration: none;
color:#ffffff;
background-color:transparent;
}

a:active{
font-weight: bold;
text-decoration: none;
color:#ffffff;}

a:visited{
color:#ffffff;
font-weight: bold;
text-decoration: none;


}

a:hover {
color:"#ff0099";
font-weight:bold;
text-decoration:none;
cursor:default;
}

textarea,input{
font-family: tahoma;
font-size: 11px;
font-weight: none;
font-style: none;
color:#ff0099;
background-color: transparent;
border: 1px solid #ffffff;}

hr{color:#ffffff; height:1px;width:90%;text-align:center;}

<script language="JavaScript1.2">

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
