body {
	background-color: #FFFFCC;
	font-size: 0.9ems;
	color: #009966;
}

TABLE {
	font-family: Comic Sans MS;
	/*font-size: 0.9ems;*/
	color: #009966;
	text-decoration: none;
}

.note {
	font-size: 11;
	font-style: italic; 
	font-family: arial;
	color: #009966;
}

.footer {
	/*font-size: x-small;*/
	font-family: "Times New Roman", Times, serif;
	color: #999999;
}

a:link {
	font-family: arial;
	/*font-size: x-small;*/
	font-weight: bold;
	color: #009966;
	/*text-decoration: none;*/
}

a:visited {
	font-family: arial;
	/*font-size: x-small;*/
	font-weight: bold;
	color: #009966;
	/*text-decoration: none;*/
}

a:hover {
	font-family: arial;
	/*font-size: x-small;*/
	font-weight: bold;
	color: #00CC66;
	/*text-decoration: none;*/
}