body {
}

h1 {
    font-family:"Times", "Vollkorn";
    font-weight: normal;
    font-size:5.5em;
    color:#222222;
    text-align:center;
    margin:50px 0 0 0;
    text-shadow: #bbbbbb 1px 1px 1px;
}

h2 {
    font-family:"Times", "Crimson Text";
    font-weight: normal;
    font-size:1.8em;
    color:#222222;
    text-align:center;
    margin:0 0 0 0;
    text-shadow: #bbbbbb 1px 1px 1px;
}

p.contact {
    font-family:"Times", "Crimson Text";
    text-align:center;
    margin:50px 0 0 0;

}

p.contact a {
    color:#999999;
    text-decoration: none;
}

p.contact a:hover {
    text-decoration: underline;
}

.red {
    color:#ff2222;
}