html { 
min-height: 100%; margin-bottom: 1px;
}

td img {
display: block;
}

A:link {
color: #0000FF;
text-decoration: none;
}

A:active { 
color: #FF0000;
text-decoration: none;
}
 
A:visited { 
color: #0000FF;
text-decoration: none;
}

A:hover { 
color: #0000FF;
text-decoration: underline;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nospacebefore {
	margin-top: -13px;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

