body {
	color: #000000;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: verdana,arial,sans-serif;
}

.header {
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	text-align: left;
}
a {
	color: #a52a2a;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #a52a2a;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-decoration: none;
}

a.title {
	color: black;
	font-weight: bold;
	font-size: larger;
}

a.more {
	color: black;
	font-weight: normal;
	font-size: smaller;
	font-style: italic;
	color: #a52a2a;
	list-style-type: disc;
}

a.more:hover {
	text-decoration: underline;
}

a:visited {
}
a:hover {
	border-color: #a52a2a;
	border-right: 1px;
	border-left: 1px;
	text-decoration: underline;
}
a:active {
	color: #a52a2a;
	background-color: #f7f30e;
	text-decoration: blink overline underline;
	text-decoration: none;
}

em.posted {
	font-size: small;
}

div.menu {
	border-top: 1px solid black;
	padding-top: 7px;
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}

div.usermenu {
	display: inline;
	background-color: #EEEEEE;
	padding-top: 7px;
	padding-bottom: 7px;
}

p.sidebar {
	font-size: 80%;
}
