body { 
    font-family: Courier, Courier New, Monospace;
    font-size: 1.5em;
}

a { 
    color: #ff9900;
    text-decoration: none; 
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

h1 {
    font-family: Courier, Courier New, Monospace;
    font-size: 2em;
    margin-bottom: 0;
}
