html {
    background-color: #eeeeee;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    text-align: center;
}
body {
    background-color: white;
    margin: auto;
    width: 600px;
    height: 200px;
    border: 6px solid #B22222;
    text-align: center;
    padding: 20px;
}
h1, h2 {
    color: #B22222;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 200%;
    margin: 0px;
    text-align: center;
}
h2 {
    margin: 0;
}

