body,table,td,tr {
	font-family: Arial;
	font-size: small;
	color: black;
}
body{
 
}

table.main {
   border: 1px solid #999999;
   background-color:white;
   border-collapse: collapse;
   margin: 1em;
}

td.main {
   border: 1px solid #999999;
}

a{ color: #008348; font-size: 10pt; font-weight: bold; }
a:link { color: #008348; text-decoration: none; }
a:active { color: #008348; text-decoration: none; }
a:visited {text-decoration: none; }
a:hover { color: #000; font-weight: bold; }

H1 {
font-family: Verdana;
font-size:15pt;
color: #008348;
}
