body, p, h4, h5, h6, th, ul, ol, div, a, td 
{
 background : #eeeee0;
 color: #000000;
 font-family: verdana, helvetica, arial, sans-serif;
}

body {
 font-size: 13px;
}

A:link { text-decoration: underline; font-weight: bold; color: #003399; background-color: #eeeee0; }
A:visited { text-decoration: underline; font-weight: bold; color: #003399; background-color: #eeeee0; }
A:active { text-decoration: underline; font-weight: bold; color: #003399; background-color: #eeeee0; }
A:hover { text-decoration: none; font-weight: bold; color: #cc0000; background-color: #ffcc99; }

titletop {
 color: #99cc00;
}

h1 {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 170%;
}

h2 {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 135%;
 font-style: italic;
}

h3 {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #006600;
}

h3.news {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 85%;
 color: #006600;
}

td.header {
color : green;
}

div#usernotes {
	background-color: transparent;
	font-size: 16px;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	margin-left: 2em; 
	margin-right: 2em; 
	border-bottom:2px dashed;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
	font-size: 13px;
}