p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #48453E;
}	
#menu {
	width: 130px;
	font: bold 14px Arial;
	color: white;
}
#menu a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	width: 100%;	
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #333333;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}
