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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffcc33;
	background-position: 0px 600px;
}
body,td,th { font-family: "Trebuchet MS", Verdana, sans-serif }

a {color:blue}

a:hover {color:#0066FF}

.linkback { font-weight: bold; font-size: 21px }

.linkback img {
	margin-left: 5px;
	border:0;
}
.number {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: -5px;
	background-color: #FF9900;
	border: 2px solid #FFFFFF;
}
.headline { font-size: 28px; color: white }

.copyright { text-align:center; font-size:12px; color:#FF9 }

.alert {
	background-color:#FFF; 
	padding:3px; 
	text-align:center; 
	margin:20px 0px; 
	border-top: 2px solid #F90; 
	border-bottom: 2px solid #F90; 
	color:#f90
}