
body
{
    background-color: #202020;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Lato', sans-serif;   
    margin: 0;
}
#what
{
    color: white;
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 10px;
}
.welcome
{
    font-size: 32px;
    color: #e0e0e0;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
   
}
#container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
   
}
#topbar
{
    background-color: #117760;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    margin-top: 10px;
    height: 170px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;

}
#barl
{
    float: left;
    border-radius: 3px;
    text-align: center;
    background-color: white;
    max-height: 160px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;

}
#barr
{
    float: left;
    border-radius: 3px;
    width: 820px;
    font-size: 20px;
    letter-spacing: 2px;
}
#infobar
{
    height: 36px;
    background-color: #006650;
    border-radius: 3px;
    padding: 5px;
}
ol
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 18px;
    height: 28px;
    line-height: 200%;
    display: inline-block;
}
ul a 
{
    color: black;
    background-color: #F6F62C;
    text-decoration: none;
    border: 3px solid #F6F62C;
    border-radius: 3px;
    padding: 3px;
}
ol > ul
{
    width: 105px;
    height: 36px;
}
#content
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+42,febf04+75 */
background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffd65e 42%, #febf04 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffd65e 42%,#febf04 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffd65e 42%,#febf04 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    font-size: 25px;
    border-radius: 3px;
    width: 847px;
    min-height: 620px;
    border-right: 5px solid #000000;
    color: black;
    -webkit-box-shadow: 0px 0px 61px -25px rgba(171,108,72,1);
    -moz-box-shadow: 0px 0px 61px -25px rgba(171,108,72,1);
    box-shadow: 0px 0px 61px -25px rgba(171,108,72,1);
    float: left;
    margin-top: 10px;    
}
#comercial
{
    float: left; 
    width: 148px;
    min-height: 620px;
    background-color: #303030;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 10px;
}
#footer
{
    clear: both;
    text-align: center;
    font-size: 15px;
    color: white;
    text-decoration: none;
    height: 16px;
}
h1
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #ffffcc;
    text-align: center;
    height: 90px;

}
h2
{
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    text-weight: 400;
    line-height:0.7;
    text-align: center;
}
p
{
    font-family: Georgia, serif;
    text-align: left;
    font-size: 18px;
}
h3 
{
    border: 3px solid #431D1D;
    padding: 1px;
    border-radius: 5px;
}
.disclaimer
{

    color: #4A2C2C;
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    text-align: center;
}
.diss
{
    margin-top: 100px;
    text-align: center;
    padding: 20px;
}
.back{
    text-align: center;
    margin-top: 20px;
}
.excel{
   width: 200px;
   height: 40px;
   background-color: white;
   padding: 2px;
   border-radius: 5px;
   margin-left: 324px;
}
.excel:hover{
    background-color: #E5C6C6;
    cursor: pointer;
}