body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}
/*this is to keep page from shifting to left on load in safari and firefox*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
