body {
	color : Black;
	background-color : White;
	font-family : Verdana, sans-serif;
	font-size : 12px;
}
p, td, th, div, blockquote, dl, ul, ol {
	color : Black;
	font-family : Verdana, sans-serif;
	font-size : 12px;
}
a:link {
	color : Blue;
}
a:hover {
	color : Red;
}
.sidebar a:link, .sidebar a:visited {
	color: White;
	text-decoration : none;
	line-height : 16px;
}
.sidebar a:hover, .sidebar a:active {
	color: Black;
	text-decoration : underline;
}
h5 {
	color: Yellow;
	margin-bottom : -16px;
}