.date { color: green; font-family: arial; font-size: 12; font-weight:bold }
.entry { color: black; font-family: arial; font-size: 12 }
.leftbar { color: black; font-family: arial; font-size: 12; font-weight:bold }
P {font-family: arial}

a:link {
	font-family: arial;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: arial;
	font-weight:bold;
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	font-family: arial;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}