a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #336634;
	text-decoration: underline;
}
.normal {
    font-weight: normal;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}	
.headline {
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
    color: #336699;
}
