/* main stylesheet */

td {
font-weight : normal;
font-size : 12px; 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 

h1 {
	font-size: 14px;
	display: inline;
	color: #000000;
	font-weight : bold;
}

.cell {
	border: 1px solid #000000;
	padding: 4px;
}

a.nav {
	color: #000000;
}

a.nav:hover {
	color: #ffffff;
}

.small {
	font-size: 10px;
}
