body {margin: 0px;
width: 800px;
text-align: left;
		background: #fff;
		color: #000;
}

H2
 {font-family:verdana;
font-size:20px;
font-weight:bold;
}
H3
 {font-family:verdana;
font-size:20px;
font-weight:bold;
}
table
{font-family:verdana;
font-size:12px;
}
a:link {
 color: black;
 text-decoration:none;
}
a:visited {
 color: black;
 text-decoration:none;
}
a:active {
 background-color: white;
 text-decoration:none;
}
a:hover {
 color:red;
 text-decoration:none;
