body {
	background-color: #d8d9cb;
	margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #79796C;
}
a {
	color: #3B6D70;
	text-decoration: none;
}
a:hover {
	color: #2C93B9;
	text-transform: uppercase;
}
b {
	color: #2C93B9;
}
a img {
	border: 2px solid #3B6D70;
}
a:hover img {
	border: 2px solid #2C93B9;
}


table, tr, td {
	font-size: 7pt;
	vertical-align: top;
}
h1 {
	font-size: 7pt;
	text-transform: uppercase;
	padding: 2px;
	color: #79796C;
	margin-bottom: 4px;
	border-bottom: 2px solid #79796C;
	background-color: #D8D9CB;
}

.body {
	width: 570px;
	background-image: url(Images/misreadings_03.jpg);
}
.main {
	width: 100%;
	border: 1px solid #E0E0D2;
	margin-top: 0px;
	margin-bottom: 2px;
}
#list-menu li {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	background: #D8DACC;
	width: 100%;
	color: #3B6D70;
}
 
#list-menu a {
	display: block;
	width: 100%;
	padding: 1px;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 2px;
	background: #D8DACC;
	font-weight: bold;
	color: #3B6D70;
}
 
#list-menu a:hover {
	background-color: #BBE2E3;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 1px;
	text-align: center;
	color: #3B6D70;
}