body {
    background-color: #000000;
    color: #00FF00;
    font-family: 'Courier New', monospace;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 14px;
}
a {
    color: #FFFF00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}