body {
    background-color: #FFFFFF;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 20px;
    padding: 0px;
}

a:link {
    color: #F774B5;
    text-decoration: none;
}

a:visited {
    color: #F774B5;
    text-decoration: none;
}

a:hover {
    color: #0054A6;
    text-decoration: none;
}

a:active {
    color: #F774B5;
    text-decoration: none;
}

h1 {
    color: #F774B5;
    font-size: 1.5em;
    margin-top: 0;
    text-align: center;
}

h2 {
    color: #0054A6;
    font-size: 1.2em;
    text-align: center;
}

p.close {
    border-top: 1px solid #0054A6;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}
