body {
    background-color: #FFFFFF;
    font-family: 'Kaushan Script', cursive;
}

h1 {
    font-size: 30pt;
    font-weight: bold;
    color: #801A2C;
}

h2 {
    font-weight: bold;
    color: #6F6960;
}

a:link, a:visited {
    color: #801A2C;
    text-decoration: none;
}

a:hover, a:active {
    color: #6F6960;
    text-decoration: none;
}