a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a {
    color: lightgreen;
}
a:hover {
    color: white;
}
.menu a {
    font: 10px arial;
    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: 10px arial;
    color: seagreen;
    font-style: italic;
}
#thumbs a {
    display: block;
    margin: 5px auto;
    margin-top: 25px;
    width: 200px;
}