@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;
	text-decoration: none;
	background-color: #661113;
}

a:link, a:visited, a:active  {
	color: #FFCCFF;
	text-decoration: none;
}
a:hover {
	color: #FFCCFF;
	text-decoration: underline;
}
.date {
	font-weight: bold;
	color: #E84A4A;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#footer  a:link; a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:hover; a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebar {
	border-left-width: thin;
	border-left-style: inset;
	border-left-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #CCCCCC;
	padding: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #663300;
}
.box {
	border: thin solid #999999;
}

