body {
    background-color: black;
    color: #bbbbbb;
    font-family: monospace;
}

h2 {
    margin: 0px;
    margin-top: 5px;
    font-size: 1.2em;
}

p {
    margin: 0px;
    padding: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;    
}

small {
    color: #a0a0a0;
}

a, a:visited {
    color: #dddddd;
    text-decoration: underline;
}

a:hover, a:visited:hover {
//    text-decoration: none;
}

div {
    margin-top: 10px;
    margin-bottom: 10px;
}

