body { 
    background-color: black; 
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
}

/* hX's are for Netscape which doesn't do inheritance correctly */
h1 { font-size: 20pt; }
h2 { font-size: 15pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }

.menu {
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
.menunp {
    background-color: black;
}

A:Link {
    color: #00FFFF;
    text-decoration: none;
}

A:Visited {
    color: #00FFFF;
    text-decoration: none;
}

A:Hover {
    color: yellow;
    text-decoration: underline;
}

A:Active {
    color: #00FFFF;
    text-decoration: underline;
}

.padlr {
    padding-left: 5px;
    padding-right: 5px;
}

.topcorner {
    background-color: black;
    width: 10px;
    height: 10px;
}

.topvside {
    background-color: black;
    width: 10px;
}

.tophside {
    background-color: black;
    height: 10px;
}
