div.nav2 {
    font-size: small;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.nav2 a { 
    text-decoration: none; 
    color: #f33;
    background-color: black;
    }
    
.nav2 a:visited { 
    color: #faa; 
    }
.nav2 a:active {}
.nav2 a:hover { 
     background-color: #f33;
     color: black;
    }

#thumbs {
}

