body {
    background: white;
    margin-top: 0;
    margin-left: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black;
    text-align: center;
}

body * {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:link, a:active { 
    color: #c00;
}

a:visited {
    color: #800000;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #c00;
    margin: 70px auto 30px;
}

p {
    line-height: 1.5em;
}

p span {
    color: #c00;
    font-weight: bold;
    white-space: nowrap;
}