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

<!--
body {
	background-color: #990033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFCC99;
}
h2 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
h1 {
	font-size: 24px;
}
a {
	color: #FF9966;
	font-weight: 400;
	font-style: italic;
}
a:hover {
	color: #CCCCCC;
}
tr {
	text-align: center;
}
-->