body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
}
td, th {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a {
    color: lightgreen;
}
a:hover {
    color: white;
}
.menu a {
    font-size: 11px;
    display: block;
    background: seagreen;
    width: 162px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 2px;
    margin-left: 0;
    font-weight: bold;
}
.menu {
    padding-top: 20px;    
}
#thumbs {
    text-align: center;
    font-size: 10px;
    color: seagreen;
    font-style: italic;
}
#thumbs a {
    display: block;
    margin: 5px auto;
    margin-top: 25px;
    width: 200px;
}
.hdr {
	font-size: 120%;
	font-weight: bold;
	background: seagreen;
	color: white;
	text-align: center;
}
