@charset "UTF-8";
/* CSS Document */

H1 {
	font-family: "UnZialish", Georgia, "Times New Roman", Times, serif;
	
	color: #990000;
}
BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(img/background.png);
	background-repeat:repeat-x;
	background-color: #565656;
}
a {
	color: #990000;
}
a:hover {
	color: #2A1FAA;
	font-style: italic;
}
th {
	font-weight: bold;
	font-size: 14px;
	background-color: #FFBF55;
}