/* CSS Document */

body, table, p {
	font-family: "Verdana", "Sans-Serif";
	/* font-size: 12; 
	font-style: normal;
	color: #333; }

h3 {
	font-family: "Verdana", "Sans-Serif";
	font-size: 14; 
	font-style: normal;
	font-weight: bold;
	color: #000; }

A:link {
	color: #a00;
	text-decoration: none; }
A:visited {
	color: #800;
	text-decoration: none; }
A:hover {
	color: #f00;
	text-decoration: underline; }