a img {
    border: none;
}

body {
    background-color: #8855aa;
}

a:visited{
    color: #000000;
}

img.comic {
    border-style: solid;
    border-width: 5px;
    border-color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.double {
    text-align: center;
}

img.double {
    border-style: solid;
    border-width: 5px;
    border-color: black;
}

p.links {
    text-align: center;
}

div.navbar
{
    font-family: sans-serif;
}

div.navbar#linkbar
{
    text-align: center;
    background-color: #99aaff;
}

div.navbar ul
{
    list-style-type: none;
    display: block;
    margin-top: 0px;
}

div.navbar li
{
    margin-right: 1em;
    font-weight: bold;
    display: inline; 
    white-space: nowrap;
}

div.linklist ul
{
    margin-left: 30px;
    list-style-image: url(hand1.png);
    font-weight: bold;
}

div.linklist ul ul
{
    list-style-image: url(hand2.png);
    font-weight: normal;
}

div.linklist ul ul ul
{
    list-style-image: url(hand3.png);
    font-style: italic;
}

dl
{
    background-color: #99aaff;
    width: 40em;
    font-style: normal;
}

dl.credits
{
    background-color: #8855aa;
    width: 20em;
    font-style: normal;
}

dl.credits dt
{
    display: inline;
    white-space: nowrap;
}

dl.credits dd
{
    display: inline;
}
