/**
* Style Sheet for Paul's Domain!
*
* @author: Paul Hitz
* @last_modified: 011227
*/

body {
    background-color: #000000;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

p {
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a:link, a:visited, a:hover, a:active {
    color: #ff6600;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}
