body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
} 

img {
	border: 0px none;
}

body {
	background-color:#e5e5e5;
}

h1 {

}

a {
	color:darkblue; text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

td, th {
	background-color: lightgrey;
}

.super {
	font-weight: bold;
}

.hv {
	color: white;
	background-color: red;
	padding: 3px;
}

.hide {display:none;}