html, body {
    background-color: #1C151B;
    color: #e1e1e1;
    font-family: Verdana, sans-serif;
}

strong {
    font-weight: bold;
}

p {
    font-size: 93%;
}

a {
    font-weight: bold;
    color: #bcb8b8;
}

a:visited {
    color: #e1e1e1;
}

h1,h2 {
    font-family: Georgia, serif;
    font-size: 138.5%; 
    font-weight: bold;
    padding-bottom: 3px;
}

.menu {
    min-height: 510px;
    background-image: url('menu_decal.png');
    background-repeat: no-repeat;
    font-family: Georgia, serif;
    font-size: 138.5%;
}

.menu p {
    padding-left: 30px;
    padding-top: 7px;
}

.menu a {
    color: #b38adc;
    text-decoration: none;
}

.menu a:hover {
    color: #b38adc;
}

.vid {
    padding: 7px 0px 7px 0px;
}

#ft {
    color: #666666;
}