BODY {
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.titlebar {
    color: #8f408f;
    background: white;
    font-family: Verdana;
}

H1 {
    margin-bottom: 0;
    margin-left: 10;
}

H2 {
    font-size: larger;
    font-family: Verdana;
    color: #8f408f;
}

.text {
     background: white;
     color: black;
}


.navbg {
    background: #c0c0c0;
    font-family: Verdana;
    color: white;
}

A.nav:link {
    color: white;
    text-decoration: none;
}

A.nav:visited {
    color: white;
    text-decoration: none;
}

A.nav:hover {
    color: #8f408f;
}

A.here:link {
    color: black;
    text-decoration: none;
}

A.here:visited {
    color: black;
    text-decoration: none;
}

A:link {
     color: #8f408f;
}

A:visited {
     color: #909090;
}

A:active {
     color: #ff00ff;
}

UL {
     margin-top: 0;
}

.bg1  {
    background: black;
}

.bg2  {
    background: #8f408f;
}
