body {
    background-color: black;
    color: white;
}

h1 {
    margin: 0px;
    text-align: center;
}

#menu li { display: inline; }

#menu {
    list-style-type: none;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 1px 0px 1px 0px;
    border-color: gray;
    border-style: dotted;
}

#nav {
    margin-top: 0px;
    margin-bottom: 10px;
}

#nav a {
    padding: 2px;
    border-width: 0px 1px 1px 1px;
    border-color: gray;
    border-style: dotted;
}

:link, :visited {
    color: gray;
    text-decoration: none;
}

:link:hover, :visited:hover {
    color: white;
    text-decoration: underline;
}
