@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	margin-top: 1em;
	background:#FC3;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .8em;
	color: #000;
}
a, a:visited, a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
.MenuHeader {
	font-weight: bold;
	font-size:14px;
	color:#FF0;
}
.Header {
	background:#FC3;
	font-size:1.5em;
	font-weight: bold;
	color:#000;
}
.Date {
	font-size:15px;
	font-weight: bold;
	color:#900;
}
.Footer {
	background:#363;
	font-weight: bold;
	color:#FFF;
}
.Supporters {
	font-size:.85em;
}
.Major {
	border-color: #990000;
}
.Bold {
	font-weight:bold;	
}
