body {
	font-family: "Comic Sans MS";
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #008000;
	text-decoration: none;
	background-color: #FFCC66;
}

td {
	font-family: "Comic Sans MS";
}

th {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #008000;
}
a:link {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #00CC00;
}
a:visited {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000; 
}
a:hover {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #00FFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #008000;
}
