/*
	Stylesheet 
*/

H1 			{font-family : System, "Courier New", Courier, system;font-size : Smaller;}

H2          {font-family : "Courier New", Courier, system;font-size : Medium;}

H3          {font-family : "GILL SANS",ARIAL,TIMES NEW ROMAN : Smaller;}

BODY		{background : Black;	color : White;}

A:LINK		{color : Cyan;	text-decoration : underline;}

A:VISITED	{color : Lime;	text-decoration : underline;}
 
A:ACTIVE 	{color : Green;	text-decoration : underline;}

A:HOVER 	{color : Yellow;text-decoration : underline;}

BODY 

{ 
scrollbar-base-color: Green; 
scrollbar-arrow-color: Black;
scrollbar-DarkShadow-Color: olive; 
}



/* classes */
.menu {
	background : Black;
	padding : 0px 0px 0px 0px;
	text-align : center;
	font-family : "Courier New", Courier, System;	
	color : #F5F5DC;
	
	border : 1px solid Green;
	border-top-width : 		1px;
	border-bottom-width : 	1px;

	border-left-width : 	1px;
	border-right-width : 	1px;
	
	border-style : solid;
	border-color : Green Green Green Green;
	border-width : 1px 1px 1px 1px;
}

.normal {  
padding : 0.5em 0.5em 0.5em 0.5em;
	border : solid Green;
	border-top-width : 		1px;	
	border-bottom-width : 	1px;
	border-left-width : 	0px;
	border-right-width : 	1px;

	border-style : solid;
	border-color : Green Green Green Green;
	border-width : 1px 1px 1px 0px;

}

.nav A:LINK 	{color : Lime;	text-decoration : none;
	font-family : "Courier New", Courier, system;	
	font-size : 14px;}

.nav A:ACTIVE 	{color : Lime;	text-decoration : none;	
	font-family : "Courier New", Courier, system;	
	font-size : 14px;}

.nav A:VISITED 	{color : Green;	text-decoration : none;	
	font-family : "Courier New", Courier, system;	
	font-size : 14px;}

.nav A:HOVER 	{color : White;		background : Green;
	text-decoration : none;	font-family : 
	"Courier New", Courier, system;	
	font-size : 14px;}
 
hr{	color : Green;}

.tableh{background : Green;	color : White;}
