body {
	font-family: "Comic Sans MS", "Courier New", "Times New Roman";
	font-size: 11pt;
	color: #999999;
}
h1 {
	font-family: "Comic Sans MS", "Courier New", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC6600;
}
a:link {
	font-style: italic;
	color: #66CC00;
	text-decoration: none;
}
a:visited {
	color: #CC3366;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-style: italic;
	color: #0099CC;
	text-decoration: none;
}
a:active {
	font-style: italic;
	color: #CCCC00;
	text-decoration: none;
}

