/* CSS Document */

BODY,font,TD {
	color: #000000;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 16px;
	}
	
a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}