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

body {
	background-color:#990000;
	color:#FFFFFF;
	}
.top {
	font-size:26px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	}
.bold {
	font-weight:900;
	}
#topline {
	width:780px;
	height:20px;
	font-size:18px;
	font-weight:bold;
	color:#FF9900;
	}
a {
	color:#FFcc00;
	text-decoration:none;
	}
a:hover {
	color: #FF9900; }
.pager {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}

.style1 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFCC00;
	}
.style2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
	
#footer {
	width:780px;
	height:auto;
	background-color:#CC0000;
	}
	
	

