BODY     {
	color: #ffff00;
	font-family : Verdana;
	background : #004040;
}

ul {
	margin-left: 0
}li{
	list-style-position : inside;
}

A:link   {
	color: #ff9900;
	font-family : Verdana;
	text-decoration: underline;
	font-weight : bold;
}
SMALL {
	font-size : 75%;
}

A:visited{
	color: #ff9900;
	font-family : Verdana;
	text-decoration: underline;
	font-weight : bold;
}
A:Active {
	color: #ff66ff;
	font-family : Verdana;
	text-decoration: underline;
}
A:hover  {
	color: #ccffcc;
}
P {
	color : #ffff00;
	font-family : Verdana;
	font-weight : normal;
}
h1 {color: #ffcccc
	font-size : 18pt;
	}
h2 {
	font: italic;
	color: Aqua;
	font-weight : bolder;
}
h3 {
	font: italic , underlined ;
	color: #00ff00;
	font-weight : bolder;
}

