body {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #8811FF;
	background-color: #CCFFCC;
}
.menu {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #9900FF;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-decoration: underline;
	text-align: center;

}
td {
	font-size: 14px;
}
a:link {
	color: #6633FF;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #6633FF;
}
a:active {
}
h2 {
	font-size: 16px;
	font-family: "Comic Sans MS";
	text-decoration: underline;
}
