body {
    background-color: #DCDCDC;
    max-width: 700px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    font-size: 20px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
}

img {
    float: right;
    margin-left: 20px;
}

h1 {
    font-family: Garamond, Georgia, "Times New Roman", serif;
    color: #021269;
    font-size: 50px
}

h2 {
    font-family: Garamond, Georgia, "Times New Roman", serif;
    color: #2474A6;
    font-size: 40px
}

h3,h4,h5 {
    font-family: Garamond, Georgia, "Times New Roman", serif;
    color: #62B7D9;
    font-size: 40px
}

div.contact {
    background-color:#021269;
    font-size: 20px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    color: #DCDCDC;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    a:link {
    color: #62B7D9;
}
