
body {
    background-color: f6f3f3;
}

main {
    background-color: #FFFFFF;
    width: 960px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #888888;
    font-size: 0.9em;
    padding-bottom: 20px;
}

main img {
    vertical-align:middle;
}

main h1 {
    font-size: 1.6em;
    color:#005f6f;
    margin-left:30px;
}

main h2 {
    font-size: 1.3em;
    color:#005f6f;
    margin-left:30px;
}

main h3 {
    font-size: 1.1em;
    color:#005f6f;
    margin-left:30px;
}

main p {
    margin-left:50px;
    margin-right:50px;
    text-align: justify
}

main a:link {
    color: #006375;
    text-decoration: none;
}

main a:visited {
    color: #006375;
    text-decoration: none;
}            
            
main ul {
    margin-bottom:1.0em;
}


main ul li{
    margin-bottom:0.2em;
    margin-left:30px;
    margin-right:30px;
}

main ol {
    margin-bottom:1.0em;
}


main ol li{
    margin-bottom:0.2em;
    margin-left:30px;
    margin-right:30px;
}



main a:hover {
    color: #db2800;
    text-decoration: none;
}





header {
    background-image:linear-gradient(#005f6f,#00b2d2);
    height:60px;
    color:white;
    text-align:center;
    padding-top:10px;
    padding-bottom:15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

header h1 {
    text-align:center;
    font-size: 2em;
    color:#FFFFFF;
    padding:0px
}

nav {
    background-color:#F5FAFB;
    height:30px;
    padding-top:5px;
    padding-bottom:15px;
    float:top;   
    text-align:center;
    border-width: 5px;
    border-color:#333333;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: double;
    border-left-style: none;
}

nav a {
   color: black;
   text-decoration: none;
}

nav a:link {
    color: black;
    text-decoration: none;
}

nav a:visited {
    color: black;
    text-decoration: none;
}  

nav a:hover {
    color: #db2800;
   text-decoration: none;
}

nav ul {
    list-style-type: none;
}


nav ul li{
    display: inline;
    margin-right:10px;
    margin-left:10px;
}

.publications {
    margin-left:50px;
    margin-right:50px;
}

.publications ol li{
    padding-bottom:10px;
    text-align: justify;
}
