.gallery img{
    width:100%;
}
#menu{
    width:100%;
    height:50px;
    background-color: crimson;
    padding-top: 12px;
    text-align: center;
}
#menu a{
    color:#ffffff;
    font-family: monospace;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    background-image: url(images/menu-button.gif);
    background-repeat: no-repeat;
    display:inline;
    width: 128;
    height: 25;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 4px;
    float: left;
    overflow: hidden;   
}
#menu a:hover{
    color:red;
}
body{
    background-color:gold;
}

table{
    font-family: Helvetica,sans-serif;
    border-bottom-color: aqua;
    background-color: burlywood;
    
}
th{
    font-weight:800;
    background-color: #ffffff;
}
div{
    width: 300px;
    border:50px solid green;
    padding: 50px;
    margin: 20px;
}