body {
    background-color: black;
    color: White;
    font-family: Georgia,Times,serif;
}

h1 {
    color: #425A10;
    font-family: Georgia,Times,serif;
    font-size: 4em;
}

h2 {
    color: #6B6B21;
    font-family: Georgia,Times,serif;
    font-size: 1.5em;
}

h3 {
    color: #6B6B21;
    font-family: Georgia,Times,serif;
    font-size: 1.2em;
}

h4 {
    color: #6B6B21;
    font-family: Georgia,Times,serif;
    font-size: 1.1em;
}

h5 {
    color: #6B6B21;
    font-family: Georgia,Times,serif;
    font-size: 1em;
}

a:visited {
    color: #425A10;
}

.tdmain, tdmain {
    color: #425A10;
    font-family: Georgia,Times,serif;
    font-size: 14px;
}
table {
    color: white;
    font-family: Georgia,Times,serif;
    font-size: 1em;
    text-decoration: none;
}

p, .p {
    color: #6B6B21;
    font-family: Georgia,Times,serif;
    font-size: 1.1em;
}

.beer{
margin-bottom: 5px; 
line-height: 125%; 
}

/* used for the table holding info, which is sitting inside another table*/
.inner {
padding-left: 10px; 
padding-right: 10px; 
}
