body {

    align: center;
    font-size: 18px;
    font-family: 'Gentium Book Basic';
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(white_wall.png);
}

a {
    color: #008800;
    text-decoration: none;
}

a:hover {    
    color: #555555;
}

p {
    line-height: 1.25em;
}

#main {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    /*width: 720px;*/
    width: 70%;
    border: solid 1px #222;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    text-align: justify;
}

#contact {
    margin-left: 0px;
    margin-top: 15px;
    /*margin-bottom: 60px;*/
}

#email {
    margin-top: 15px;
    font-family: courier;
    /*font-variant: small-caps;*/
    font-size: 14px;
}

h1 {
    /*font-variant: small-caps;*/
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #555555;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #999;
    border: none;
    font-size: 1.5em;
    font-weight: normal;
    font-style: italic;
}

#page-head {
    padding-bottom: 30px;
}

#photo {
    height: 160px;
    float: right;
    margin-left : 15px;
    background-color: #fff;
}

img {
    max-width:100%; 
    max-height:100%;
}

.section-heading {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 20px;
    padding-top: 0px;
    border-bottom: solid 1px;
}

.section-heading h2 {
    display: inline;
    font-size: 1em;
}

.title {
    font-weight: bold;
    color: #222;
}

.in span {
    font-style: italic;
}

.links {
    margin-bottom: 1em;
}

.course {
    margin-bottom: 0.5em;
}

p {
    text-align: justify;
}

