body {color: #ffffff;
background-color: #ff9900;
font-family: monospace;
}

p {color: #0033ff;
}
a:link {color: #0033ff;
    font-weight: 700;
}
a:visited {color: #666699;
    font-weight: 700;
}
a:hover {background-color: #0033ff;
    color: #ccffff;
    font-weight: 700;
    font-size: 1.5em;
}
a:active {color: #00ff00;
    font-weight: 700;
}