
BODY {
    background-color: white;
    background-image: none;
    color: black;
    font-family: "Times New Roman", Times, serif;
}

a {
    text-decoration: none;
}

a:link {  
    color: blue;
}

a:visited {
    color: purple;
}

a:hover {  
    text-decoration: underline;
}

.blurb {
    font-style: italic;
    font-size: 60%;
    text-align: right;
}

.strip {
    font-size: 70%;
    font-weight: bold;
}