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

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