
<STYLE> /* TYPE="text/css" MEDIA="screen" */
<!--

BODY	{
	margin : 10px;
	padding : 10px;
	background-image: none;
	background-repeat: no-repeat;
	}
	
H1	{
	font-size: 185%;
	margin-left: 10%;
	margin-right: 20%;
	font-weight: 300;
	color: Teal;
	font-family: "Times New Roman", Times, serif;
	background-color : White;
}
	
 H2, H3 {
	font-size: 180%;
	margin-left: 10%;
	margin-right: 20%;
	font-weight: 300;
	color: Teal;
	font-family: "Times New Roman", Times, serif;
	background-color : White;
}

H4, H5 {
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 125%;
	margin-left : 10%;
	margin-right : 20%;
	font-weight : 200;
	color : Navy;
}

H6	{
	background-color : #4169E1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	color : White;
	font-weight : normal;
}

LI {
	background : White;
	list-style : disc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 60%;
	color:navy;
	margin-bottom: 0;
}


PRE {
	background-color : White;
	font-family : monospace;
	font-size : x-small;
	font-style : normal;
	font-weight : normal;
}

P 	{
	color: navy;
	font-size: 80%;
	margin-left: 15%;
	margin-right: 20%;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	background-color : White;
	line-height : 120%;
	}

P.BigFirst:first-letter 	{
	font-size: 200%;
	float: left;
	background: white;
	color: navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P.altcolor {
	font-size: 80%;
	background: white;
	color: #CC6600;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 120%;
	margin-left : 15%;
	margin-right : 20%;
}

A:link {
	color: blue;
	font-weight: lighter;
	text-decoration: none;
}

A:visited {
	color: purple;
	font-weight: lighter;
	text-decoration: none;
}

A:hover {
	color: gold;
}

A:active {
	color : Red;
	font-weight: lighter;
	text-decoration : none;
	
} 
-->
</STYLE>
