P, UL, OL, DIV, SPAN, H1, H2, H3, H4, H5, H6, 
	/* Above and other stupidities for *?*()!*$* netscape navigator 4 */
BODY 
{
	background-color: rgb( 0,0,45 );
	color: white;
	font-family: verdana, sans-serif;
}

P, UL, OL
{ 
	margin-left: 3em; 
	margin-right: 3em; 
}

OL
{
	margin-left: 15%;
}

P 
{
	text-align: right;
	line-height: 140%;
}

A:link 
{ 
	color: rgb(255,165,0); 
	text-decoration: none;
}
A:visited 
{ 
	color: rgb(200,200,200); 
	text-decoration: underline;
}

A:active 
{ 
	color: white; 
}

H1,H2,H3,H4,H5,H6 
{
	margin-left: 10%;
	margin-right: 20%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-align: right;
	width: auto; /* netscape aargh! */
	text-decoration: none;
	font-weight: normal;
	color: rgb(221,221,221);
}


H1
{
	margin-right: 2em;
	text-align: right;
	font-size: 185%;
	border-style: none;
	font-weight: bold;

	width: 100%;
	color: rgb(5,5,50);
	color: rgb(204,124,0);
	margin: 0.6em 0em 0.3em 0em ;
	padding: 0.2em 1em 0.2em 0em;
}

H2
{
	font-size: 125%;
}

H3
{
	font-size: 120%;
}

H4
{
	font-size: 115%;
}

H5
{
	font-size: 110%;
}


H6
{
	font-size: 105%;
}

UL.directory 
{
	margin-left: 5em; 
	text-align: left;
}

UL.directory LI 
{
	list-style-type: square; 
}
