<STYLE type="type/css">
<!--

body
		{
		background-color: #000000;
		margin-left:5%;
		margin-right:5%;
		margin-top:1%;
		margin-bottom:1%;
		scrollbar-face-color: #3333FF;
		scrollbar-highlight-color: #3333FF;
		scrollbar-shadow-color: #3333FF;
		scrollbar-3Dlight-color: #3333FF;
		scrollbar-track-color: #CC33FF;
		font-family: Baskerville, President, serif, sans-serif;
		font-size: 1.1em;
		}

heading formats
H1		{
		font-family: MotterFemD, Nimrod, serif;
		font-style: bold;
		font-weight: bold;
		font-size: 1.5em;
		color: #FFFFFF
		}
H2		{
		font-family: serif;
		font-style: italic;
		font-weight: bold;
		font-size: 1.2em;
		color: #FFFFFF
		}
H3		{
		font-family: sans-serif;
		font-style: normal;
		font-weight: normal;
		font-varient: small-caps;
		color: #FFFFFF
		}
H4, H5, H6	{
		font-style: normal;
		font-weight: normal;
		color: #FFFFFF
		}

links
A:active	{text-decoration:none; font-weight: bold; color:#FF3399;}
A:hover		{text-decoration:none; font-weight: bold; color:#CC99FF;}
A:link		{text-decoration:underline; font-weight: bold; color:#3333FF;}
A:visited	{text-decoration:underline; font-weight: bold; color:#FF3333;}
A:active IMG	{border: 2px solid fuchsia}
A:hover IMG	{border: 2px solid purple}
A:link IMG	{border: 2px solid blue}
A:visited IMG	{border: 2px solid red}

-->

</STYLE>