BODY	{
			font-family:tahoma;
			font-size:16px;	 
			text-shadow: black 0px 0px 5px;
			
			margin-top: 0;
			
			color: #FFFFDD;

			overflow-x:hidden;
			overflow-y:auto;
			
			background-color:black;
			background-attachment: fixed;
			background-image:none; 
			
			scrollbar-arrow-color:#FFFFFF; 
			scrollbar-track-color:#6C9AC4; 
			scrollbar-face-color:#3D76AA; 
			scrollbar-highlight-color:#6C9AC4; 
			scrollbar-3dlight-color:#3D76AA; 
			scrollbar-darkshadow-color:#1F4B74; 
			scrollbar-shadow-color:#3D76AA;
	 }


td.botomenu {	
	cursor: pointer;
	cursor: hand;
	vertical-align: center;
	text-align: center;
	width: 90px;
	}
	
td.botomenu:hover {	
	background-color: white;
	color: black;
	}

td.botomenu:focus {	
	background-color: black;
	}

td.

	



a:link { 
	color: 004488;
	text-decoration: none;
	}
a:visited { 
	color: #CCCCCC;
	}
a:hover { 
	color:black;
	background-color: white;
	}
	
a:active { 
	color: pink;
	}	 

H1	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}
	 


#list-menu a {
color:black;
display: block;
width:185px;
padding: 4px 4px 4px 4px;
border: 2px solid black;
background: #DDDDDD;
text-decoration: bold;
font-size='28px';
}

#list-menu a:visited {
color:#333333;
display: block;
width:185px;
padding: 4px 4px 4px 4px;
border: 2px solid black;
background: #DDDDDD;
text-decoration: bold;
font-size='28px';
}

#list-menu a:hover {
color: white;
cursor: hand;
width:185px;
padding: 4px 4px 4px 4px;
border: 2px solid white;
text-decoration: bold;
background: black;
font-size='28px';

}