.Body {font-size: 15px;
	color: #CCCCCC;
	text-align: justify;
	text-indent: 20pt;}
.PageHeading {font-size: 30px;
	color: #FFFF00;
	text-align: center;}
.SubHeading {font-size: 24px;
	color: #FFFF00;}
H1 {font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFF00;
	text-align: center;} 
H2 {font-size: 24px;
	color: #FFFF00;
	text-align: center;   }
H3 {font-size: 18px;
	color: #FFFF00;}   
P  {font-size: 15px;
	color: #CCCCCC;
	text-align: justify;
	text-indent: 20pt;}
<style><!--
BODY{scrollbar-face-color:blue;
scrollbar-arrow-color:yellow;
scrollbar-shadow-color:black;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:black;
scrollbar-darkshadow-Color:black;}
-->
</style>
#navlist {position: absolute;
	width: 132px;}
#navlist ul {margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;}
#navlist a {
	/*/*/display: block;
	padding: 0px 0px 0px 0px;
	border: 1px solid #333;
	width: 132px;
	background-color: #999;
	background-image:  url(images/Normal.gif); /* */
}
#navlist a:link, #navlist a:visited {color: #000;
	/*/*/color: #000;
	text-decoration: none; /* */
}
#navlist a:hover {background-image:  url(images/MOver.gif);}