body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: 30px;
	text-decoration: underline;
	color: #FFFF00;
	font-weight: normal;
}
th {
	font-size: 18px;
	font-family: "Courier New", Courier, mono;
}
h3 {
	font: bold 24px "Comic Sans MS", Arial;
	color: #0099FF;
}
table {
	color: #000000;
	font-size: 12px;
}
a:link {
	color:orange; text-decoration:none;
}
a:visited {
	color:silver; text-decoration:none;
}
a:focus {
	color:blue; text-decoration:underline;
}
a:hover {
	color:green; text-decoration:none;
}
a:active {
	color:lime; text-decoration:underline;
}
h1:focus {
	background-color:blue;
}
h1:hover {
	background-color:silver;
}
h1:active {
	background-color:green;
}
