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

.container
{
	width: 90%;
	background-color: #FFFFCC;
	margin: 0px auto;
	text-align: left;
	overflow: visible;    
}
.bodyMiddle {
}
.content
{
	margin-left: 10px;
	margin-right: 10px;
	padding: 1em;
}
.postBody {
	font-size: 11px;
	color: #000000;
}
h2 {
	line-height: 120%;
	color: #FFF;
}
.smaller {
	font-size: 80%;
	font-weight: normal;
}
h1 {
	line-height: 120%;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #FEE4AB;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #23282E;
}
a:active {
	text-decoration: none;
}
