BODY {
	color: black;
	background-color: white;
}
BODY A {
	color: black;
	text-decoration: none;
}
BODY A:hover {
	text-decoration: underline;
	font-weight: bold;
}
BODY A.plain {
	color: #0000ff;
	background-color: transparent;
	border-style: none;
	text-decoration: none;
}
BODY A.plain:hover {
	text-decoration: underline;
}
DIV.validated {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.date {
	font-style: oblique;
}
.username {
	color: black;
	background-color: #CD853F;
	padding: 2px;
	text-decoration: none;
	border-style: solid;
	border-width: thin;
	border-color: black;
}
UL.spaced LI {
	margin-bottom: 10px;
}

