/* CSS Document */
<!--
body {
	font-family:Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:10px;
}
a:link, a:visited, a:active, a:hover
{font-family: Arial; font-weight:normal;  color:#ccffcc;  font-size:13px;}
a:active, a:hover
{  color:#ccffff;}

h2 {
	font-family: Times;
	font-size:42px;
	font-weight:normal;
	font-style: italic;
	color: #ccff99;
	text-decoration: none;
}
h1 {
	font-family: Times;
	font-size: 22px;
	font-weight:normal;
	font-style: italic;
	color: #ccff99;
	text-decoration: none;
}
h3 {
	font-family: Times;
	font-size: 26px;
	font-weight:normal;
	font-style: italic;
	color: #ccff99;
	text-decoration: none;
}
-->

