body {

font-family: "Verdana";
color: white;
link: white;
}

p {

font-size: 18;

}

h1 {

font-size: 20;
font-weight: bold;

}

a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #575635; text-decoration: none; }












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