body {
    background-color: #000000;
    color: #ffffdc;
    font-family: 'Times New Roman', Arial;
}

p {
    font-family: 'Times New Roman', Arial
}

a:link {
    color: #ffff00;
    background-color:#000000;
    text-decoration: none
}

a:visited {
    color: #ffffdc;
    background-color:#000000;
    text-decoration: none
}

a:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: underline
}

h1 {
    font-family: Arial;
    font-size: 175%;
    font-weight: 900
}
