.gallery img{
    width: 100%;
}

#menu{
    width: 100%;
    height: 40px;
    background-color: gray;
    padding-top: 12px;
}

#menu a{
    color: #ffffff;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;

    padding-left: 20px;
    padding-right: 20px;
}

h2{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 30px;
    color: black;
    font-family: 'Times New Roman', Times, serif;
}

#menu a:hover{
    color: black;
}

h4{
    font-family: fantasy, impact;
    font-size: 20px;
    font-style: normal;
    color: blueviolet;
}

p{
    font-family: Helvetica, sans-serif;
}

#buy a{
    text-decoration: none;
    color: black;
    font-weight: 800;
    font-size: 14px;
    font-family: Helvetica, sans-serif;

    background-image: url('images/menu-button.gif');
    background-repeat: no-repeat;
    display: block;
    width: 128px;
    height: 25px;
    padding-left: 18px;
    padding-top: 2px;

    float: left;
}

#buy a:hover{
    background-image: url('images/menu-button-hover.gif');
    color: #ffffff;
}


th{
    font-weight: 900;
    background-color: lightblue;
    color: blueviolet;
}

table{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.282);
}