
body{
	scrollbar-3d-light-color : Gray;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-dark-shadow-color : Gray;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #C0C0C0;
	scrollbar-shadow-color : Gray;
	font-family: "Comic sans MS" text white;
	}

td{
font-family: "Comic sans MS"
}
A:link{
	color : #33FF00;
	}
A:visited{
	color : #339900;
	}
A:active{
	color : #FF0000;
	}
A:hover{
	position: relative; text-decoration: underline; top: 1.8px; color : #FF0000;
	}

.verticaltext{
font: 8px;
color: White;
position: absolute;
right: 2px;
top: 100px;
width: 10px;
writing-mode: tb-rl;
 }

#contextMenu { 
  position: absolute; 
  visibility: hidden; 
  width: 140px; 
  background-color: lightgrey; 
  border: 2px outset white;
  } 
A.menu { 
   color: black; 
   text-decoration: none; 
  cursor: default; 
   width: 100% 
  } 

  A.menu:visited {color: #000000}

A.menuOn:hover{
	 color: white; 
   text-decoration: none; 
   background-color: darkblue;
     cursor: default; 
   width: 135px 
	} 
