body {
	color: Black;
	font-family: Georgia;
	font-size: 12px;
	background-color: Silver;
}
h1 {
	font-size: 16px;
}	

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.footer {
	font-size:10px
}	
table.nav {
	width: 100%;
	border-width: 2px;
	border-style: solid; 
	border-color: #67A274;
}
table.nav td {
	width:12%;
	font-size:16px;
	text-align: center;
	border-width: 1px;
	border-style: dashed;
	border-color: #67A274;
}
table.nav td.selected {
	background-color: #67A274;
	color:#ffffff;
	width:12%;
	text-align: center;
	border-width: 1px;
	border-style: dashed;
	border-color: #67A274;
}
table.nav a {
	color: Black;
}

table.grid {
	width: 100%;
}	
table.grid td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-family: Georgia;
	font-size: 12px;
}	