body {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    color: white;
    background-color: black;
}
table {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    color: white;
}

#text {
    padding: 2px;
    width: 503px;
    height: 400px;
    overflow: auto;
}

#link_home {
    background-image: url(images/link_home_orange.gif);
    background-repeat:no-repeat;
    width: 127px;
    height: 72px;
}
#link_home:hover {
    background-image: url(images/link_home_grey.gif);
    background-repeat:no-repeat;
    width: 127px;
    height: 72px;
}
#link_shows {
    background-image: url(images/link_shows_orange.gif);
    background-repeat:no-repeat;
    width: 125px;
    height: 73px;
}
#link_shows:hover {
    background-image: url(images/link_shows_grey.gif);
    background-repeat:no-repeat;
    width: 125px;
    height: 73px;
}
#link_band {
    background-image: url(images/link_band_orange.gif);
    background-repeat:no-repeat;
    width: 128px;
    height: 71px;
}
#link_band:hover {
    background-image: url(images/link_band_grey.gif);
    background-repeat:no-repeat;
    width: 128px;
    height: 71px;
}
#link_media {
    background-image: url(images/link_media_orange.gif);
    background-repeat:no-repeat;
    width: 127px;
    height: 70px;
}
#link_media:hover {
    background-image: url(images/link_media_grey.gif);
    background-repeat:no-repeat;
    width: 127px;
    height: 70px;
}
#link_guests {
    background-image: url(images/link_guests_orange.gif);
    background-repeat:no-repeat;
    width: 123px;
    height: 72px;
}
#link_guests:hover {
    background-image: url(images/link_guests_grey.gif);
    background-repeat:no-repeat;
    width: 123px;
    height: 72px;
}
#link_links {
    background-image: url(images/link_links_orange.gif);
    background-repeat:no-repeat;
    width: 135px;
    height: 71px;
}
#link_links:hover {
    background-image: url(images/link_links_grey.gif);
    background-repeat:no-repeat;
    width: 135px;
    height: 71px;
}

h1 {
    text-decoration: underline;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}
a:link {
    text-decoration: none;
    color: white;
}
a:active {
    text-decoration: none;
    color: white;
}
a:visited {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
    color: white;
}