P  {
	font-size : 8pt;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	background-color : #EEEEEE;
}

Q	A  {text-decoration : underline;
	color	:	white;	 }

Q  A:Visited  {
	color	:	silver;
	}
	
Q  A:Visited  {
	color	:	silver;
	}
	
Q	A:Hover  {
	color : Fuchsia;
}

Q  {
	font-size : 10pt;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #EEEEEE;
	background-color : black;
}

TD  {
	font-size : 10pt;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

pre {
	font-size : 8pt;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

H1  {
	font-size : 24;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #EEFFFF;
}

H2  {
	font-size : 12;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

H3  {
	font-size : 24;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : red;}

underline  {
	text-decoration : underline;
	}

A  {
	text-decoration : none;
	color	:	navy;
}

A:Visited  {
	color	:	maroon;
	}

A:Active  {
	color : Green;
}

A:Hover  {
	color : Fuchsia;
}

BODY  {
	font-size : 8pt;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #CCCCCC;
	background-color : black;
	scrollbar-face-color:red; 
	scrollbar-highlight-color:white; 
	scrollbar-shadow-color:white; 
	scrollbar-3dlight-color:teal; 
	scrollbar-darkshadow-color:teal; 
	scrollbar-track-color:white; 
	scrollbar-arrow-color:black;
}

div#menu {
  position: absolute;
  display: block; /* So we can give the element a width */
  top: 120px;
  left: 40px;
}

div#main {
  position: absolute;
  display: block; /* So we can give the element a width */
  top: 20px;
  left: 300px;
}
