head{
<link rel=stylesheet href="css.css" type="text/css">
<script language="JavaScript1.2">
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--></script> 


body{
scrollbar-base-color: 000000;
scrollbar-track-color: 000000;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 900000;
cursor: crosshair;
background-color: 000000;
font-family: "arial"; 
font-size: 7pt; 
color: ff0000; 
letter-spacing: +2px; 
text-align: justify;
}


A:link{
background-color: 900000;
color: 000000; 
font-weight: bold; 
text-decoration: none; 
cursor: help;
} 

A:visited{
color: ff0000; 
text-decoration: none; 
cursor: crosshair;
background: transparent;
} 

A:active{
color: 800000; 
font-weight: bold; 
text-decoration: none; 
cursor: wait;
background: transparent;
}
 
A:hover{
color: ff0000; 
text-decoration: none; 
background: transparent;
cursor: help;
}

h1 {
font-family: "arial"; 
font-size: 20pt; 
color: ff0000; 
letter-spacing: -3px; 
}

h2 {
font-family: "terminal";
font-size: 8pt;
font-weight: 1200;
color: ff0000;
text-transform: uppercase;
}

h3 {
font-family: "arial"; 
font-size: 8pt; 
font-weight: bold;
background-color: 800000; 
color: 000000; 
text-align: right;
text-decoration: underline overline;
text-transform: uppercase;
}

p {
font-size: 7pt; 
color: ff0000; 
letter-spacing: +2px; 
text-align: justify;
text-indent: 1cm;
}

b {
font-size: 8pt; 
color: 800000; 
font-weight: bold;
}
