/* CSS Document */
body,td,th {
	color: #000000;
	font-size: 18px;
	font-family: Comic Sans MS;
	font-weight: bold;
}
body {
	background-color: #5E0000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #6C0002;
}
a:active {
	color: #0000FF;
}
.style1 {
	font-size: 36px;
	font-style: normal;
}
.style2 {
	font-size: 26px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}
