BODY {
    font-family:helvetica;
    font-size: 10pt;
    color: #FFF;
    background-color: white;
    background-image: url(images/bg.jpg);
    padding-top:30px;
}

BODY.picture {
    font-family:helvetica;
    font-size: 10pt;
    color: #FFC039;
    background-color: black;
}

table.main_table {
    background-image:url(images/brownrope.jpg);
}

A {
    text-decoration: none;
    color: #FF3300;
}

A:hover {
    text-decoration: none;
    color: #DD3300;
}

A.visited {
    text-decoration: none;
    color: #663300;
}

A.menu {
    font-family:helvetica;
    font-size: 12pt;
    color: #FFF;
    text-decoration: none;
}

A.menu:hover {
    font-family:helvetica;
    font-size: 12pt;
    color: #FF3300;
    text-decoration: none;
}

INPUT.picture {
    background-color: #FFC039;
}

TD.guestbook {
    color:black;
    padding: 4px;
    border-bottom: solid 1px black;
    background-color: #FFE059;
}

TD.guestbook_frame {
    background-color: #FFE059;
}

TABLE.guestbook {
    border: solid 1px black;
}

span.selected {
    color:#FF3300;
}

td.menu_border {
    width:100px;
    border:solid 1px #FF3300;
    text-align:center;
}

td.menu_border2 {
    width:100px;
    text-align:center;
}


