body {
    background-color: #feecf1;
}
h1 {
    font-weight: bold;
    font-size: 1.4em;
    font-family: georgia, verdana;
    color: #bb0105;
    text-align: center;
}
h2 {
    font-weight: bold;
    font-size: 1.2em;
    font-family: georgia, verdana;
    color: #bb0105;
    text-align: center;
}
p {
    font-weight: normal;
    font-size: 1em;
    font-family: georgia, verdana;
    color: #bb0105;

}
a {
    font-weight: bold;
    font-size: 1em;
    font-family: georgia, verdana;
    color: #bb0105;
    text-decoration: underline
}
a:visited {
    color: red;
    text-decoration: none;
}
a:hover {
    background-color: white;
}
img.float-right {

    float: right;
    margin: 0 0 5px 10px;
}
div.float-right {
    float: right;
    width: 350px;
    margin: 0 0 5px 10px;
}

img.float-left {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
}
div.float-left {
    float: left;
    width: 350px;
    margin: 0 10px 5px 0;
}
    
div#content {
    width: 675px;
    margin: 20px auto;
}
#content p {
    font-weight: bold;
    font-size: 1em;
    font-family: georgia, verdana;
    color: #bb0105;
}
div.centered_buttons {
    width: 140px;
    margin: 10px auto;
}

centered_buttons h2 {
    text-align: center;
    margin: 5px auto 5px auto;
}
img.centered_buttons {
    display: block;
    text-align: center;
    
    margin: 0 auto;
}
