#container {
    width: 75%;
    margin: auto;
    font-style: normal;
/*    border: 1px solid; */
}

#header {
    font-family: "skolar-latin", "Georgia", serif;
    margin-top: 7%;
    margin-bottom: 3%;
    font-size: 175%;
/*    border: 1px solid red; */
}

#contact {
    float: left;
    text-align: left;
/*    border: 1px solid; */
}

#nav {
    width: 95%;
    text-align: right;
/*    border: 1px solid; */
}

#content {
    font-family: "Times New Roman", serif;
    margin-bottom: 6%;
    clear: both;
/*    border: 1px solid blue; */
}

h1 {
    text-align: center;
    font-family: "skolar-latin", "Georgia", serif;
    font-size: 250%;
    font-weight: normal;
    color: gray;
}

h2 {
    margin-left: -2%;
    font-family: "skolar-latin", "Georgia", serif;
    font-size: 200%;
    font-weight: normal;
    color: gray;
}

.titletext {
    font-family: "Times New Roman", serif;
    font-size: 150%;
    text-align: left;
}

.abstracttext {
    font-family: "Times New Roman", serif;
    font-size: 100%;
    margin-left: 3%;
    margin-right: 3%;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
