@charset "utf-8";
body,td,th {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	color: #510000;
	background-color: #FFC;
}
body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #510000;
}
h1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.text1 {
	font-family: "Lucida Console", Monaco, monospace;
}
table {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
a:link {
	color: #C60;
}
a:visited {
	color: #000;
}
