@charset "utf-8";
#feeds {
	width: 300px;
	overflow: hidden;
}
#feeds a:link, #feeds a:visited {
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	text-decoration: none;
}
#feeds a:hover {
	color: #990000;
	border-bottom-style: none;
	text-decoration: none;
}
h1 {
	width: 50%;
	text-align: center;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #000000;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content {
	width: 100%;
	margin-left: 300px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
}
.nav {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:link, .nav a:visited, a:link, a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.nav a:hover, a:hover {
	border-bottom-style: none;
}
.footer {
	font-size: .8em;
	color: #666666;
	padding-bottom: 2px;
}
.footer a:link, .footer a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.footer a:hover {
	border-bottom-style: none;
}
a.nohover { border-bottom-style: none; }