html, body, table, thead, tbody, tfoot, tr, td, div, span, p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0;
	}

p { padding: 0px 0px 15px 0px; }

h1, h2, h3 { padding: 0px 0px 5px 0px; margin: 0; }
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 12px; }

a { color: green; text-decoration: none }
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration: underline }
