a:link
{
	color: #FFFFCC;
}
a:visited
{
	color: #FFFF00;
	font-style: italic;
} 
a:active 
{
	color: #66FFFF;
}
a:hover
{
	color: #CCFFFF;
}
h1, h2, h4
{
	text-align: center;
	color: #FFCCCC;
	font-family: Verdana, arial, helvetica;
}
h1
{
	font-family: forte;
	font-size: 30px;
	margin-top: 15px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 35px;
}
p
{
	font-size: 12px;
	padding: 2px;
	text-indent: 2px;
	margin: 2px;
}
img
{
	float: left;
	margin: 4px;
	border: 0px;
	}
ul
{
	text-indent: 10px;
	line-height: 25px;
}