body {
    font-family: palatino;
    font-size:1em;
    background-color:grey;
    line-height:1.25;
    letter-spacing:0;
    font-weight:400;
    min-width:40em;
    padding-bottom: 2em;
    color: black;
}

.main-title {
    background-color:#480000;
    padding: .5em 0em 0em 0em;
    text-align: center;
    position:relative;
    min-width:10em;
    font-size:1.8em;
    font-weight: bold;
    color: white;
    line-height: .65em;
    margin:0 0 15 0;
}

a.main-title{
    color:white;
    margin:15 15 15 15;
}

.authors {
    font-size:.5em;
    line-height: 1.2em;
}   

.date { 
    font-size:.4em;
    line-height:2em;
}

.abstract {
    background-color: #E8E8E8;
    color:#202020;
    padding: 1em 1em 1em 1em;
    text-align: left;
    position:center;
    width:40em;
    margin:0 auto;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6d6e70;
}

.subtitle {
    color:white;
    text-align:center;
    font-size:1.3em;
    padding:.125em;
    margin-top:-0.625em;
}

.footer {
    color: white;
    padding:.5em;
    position:relative;
    top: 6em;
    text-align:center;
    margin:0.25em;
    font-size:1.1em;
}

.main-container {
    background-color: #E8E8E8;
    position:relative;
    width:40em;
    font-size:1.2em;
    margin: 1em auto;
    text-align:center;
    padding:0em 0em 1em 0em;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #6d6e70;
}

.section-title {
    background-color:#480000;
    color:white;
    position:relative;
    text-align:center;
    display:inline-block;
    float:left;
    width:100%;
    margin:0 0 .5em 0;
    font-weight:bold;
    padding:.5em 0em .5em 0em;
    font-size:1.3em;
    border-radius: 10px 10px 0 0 ;
    box-shadow: 1px 1px 1px #6d6e70;
}

.section-text {
    padding:1em 3% 1em 3%;
    width:94%;
    margin:0 0 .5em 0;
    /*font-size:1.25em;*/
    position:relative;
    text-align:left;
}

.subsection-text {
    padding:.5em 2% .5em 2%;
    margin:0 4% .5em 2%;
    width:92%;
    background-color:#F6CECE;
    position:relative;
    text-align:left;
}

.division {
    width:96%;
    margin:0 2% 0 2%;
    padding:.5em 0 .5em 0;
    text-align:center;
    color:white;
    position:relative;
    font-size:.1.25em;
    background-color:#480000;
}

a:link {
    color:red;
    text-weight: bold;
    text-decoration: none;
}

a:visited {
    color:maroon;
    text-weight: bold;
    text-decoration: none;
}

a:hover {
    color:orange;
    text-weight: bold;
    text-decoration: none;
}

a:active {
    color:yellow;
    text-weight: bold;
    text-decoration: none;
}
table { 
    width:80%;
}

td {
    padding:1em;
    border-radius: 5px;
    background-color:#f2f2f2;
}

.tabletitle {
    text-align:center;
    width:30%;
    background-color:#e5e5e5;
    color:#323232;
    
}
