

BODY 
	{
	
	font-size              : 14pt;
	font-family            : book antiqua;
	margin                 : 5px; 
	color                  : white;
	scrollbar-face-color   : blue;
      scrollbar-highlight-color: red;
	scrollbar-shadow-color : red;
	scrollbar-dlight-color : darkblue;
	scrollbar-arrow-color  : red;
	scrollbar-track-color  : darkblue;
     scrollbar-darkshadow-color: darkblue;
	cursor                 : default;
	overflow-x             : hidden;
	}

A 
	{
	font-family            : franklin gothic medium cond;
	text-decoration        : none;
	font-weight            : normal; 
	color                  : black; 
	border-left            : 3px solid darkblue; 
	border-right           : 2px solid darkblue; 
	border-bottom          : 1px solid darkblue; 
	border-top             : 1px solid darkblue; 
	background-color       : darkblue;
	}


A:LINK 
	{
	font-family            : franklin gothic medium cond;
        font-size              : 14pt; 
	color                  : gray;
	text-decoration        : "neon";
	}

A:VISITED 
	{
	font-family            : franklin gothic medium cond;
	font-size              : 14pt; 
        color                  : gray;
	text-decoration        : "neon";
	}

A:HOVER 
	{
	font-family            : franklin gothic medium cond;
	color                  : white;
        text-decoration        : none;
	border-left            : 3px solid black; 
	border-right           : 2px solid black; 
	border-bottom          : 1px solid black; 
	border-top             : 1px solid black; 
	background-color       : red;
	font-weight            : normal;
	}


HR
	{
	border		       : solid; 
	size                   : 1px; 
	color                  : red; 
	width                  : 80%;
	NOSHADE; 
	}

H2
	{
	font-family            : franklin gothic book;
	font-size              : 26pt;
	border-left            : 2px solid red;
	border-top             : 2px solid red;  
	}

B
	{
	font-family            : old english text mt;
	font-size              : 16pt;	
	color                  : darkblue;
	}

SUB
	{
	font-family            : book antiqua;
	font-size              : 12pt;	
	font-style             : italic;
	color                  : pink;
	}

TABLE
	{
	border-left            : 0px; 
	border-right           : 2px solid red; 
	border-bottom          : 0px; 
	border-top             : 2px solid red;
	background color       : darkblue;
	}

IMG
	{
	border-left            : 2px solid darkred; 
	border-right           : 2px solid black; 
	border-bottom          : 1px solid black; 
	border-top             : 1px solid darkred;
	}
