
body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
scrollbar-face-color:#660033; 
scrollbar-track-color:#000000;
scrollbar-highlight-color:#000000; 
scrollbar-3dlight-color:#555555;
scrollbar-darkshadow-color:#555555; 
scrollbar-arrow-color:#cccccc;
}

.greenlink { 
color: #00FF00; 
text-decoration: none;
}

.blacklink {
color: #000000; 
text-decoration: none;
}

.redlink {
color: #660033;
text-decoration: none;
}

.email {
color: #9900FF;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #9900FF; 
text-decoration: underline;
}

a:active {
color: #9900FF; 
}

h1{
color: #000000;
font-weight: bold;
text-align: center;
}

h3{
color: #660033;
font-weight: bold;
text-align: center;
}

.button { 
color:#FFFFFF; 
font weight: bold; 
background-color:#660033;
}

<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com)
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
