body {
	padding: 0;
	margin: 0;
	font-family: calibri, sans-serif;
	color: #EEEEEE;
	background-image: url("http://i61.tinypic.com/24awyf9.png");
}
.announcement {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #334455;
	width: 720px;
	padding: 20px;
	font-size: 10pt;
	color: #CCCCCC;
}
.announcement a {
	color: #CCDDEE;
	text-decoration: none;
}
.base {
	width: 800px;
	background-color: #fff;
	background-color: rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px #111111;
	padding-bottom: 20px;
}
.header {
	width: 760px;
	padding: 20px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 20pt;
	text-shadow: 0px 0px 3px #DDEEDD;
	
}
.blotter {
	text-align: left;
	color: #CCCCCC;
	padding-left: 20px;
	font-style: italic;
}
.category {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 17pt;
	text-align: left;
}
.links {
	text-indent: 20px;
	text-align: left;
}
.links h1 {
	color: #EEEEEE;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	margin-top: 7px;
	padding-top: 3px;
	font-weight: normal;
	font-style: italic;
}
.links a {
	color: #CCDDEE;
	padding-top: 2px;
	text-decoration: none;
	text-indent: 20px;
	display: inline-block;
	width: 100%;
	padding-bottom: 4px;
}
.links a:hover {
	text-decoration: underline;
	color: #DDEEFF;
	text-shadow: 0px 0px 3px #DDE2FF;
}

#important {
	background-color: rgba(0,0,0,0.2);
}