html, body
{
    font-family: Verdana;
    font-size: small;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: auto;
}

.colored
{
    color: #FFFFFF;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.material-icons
{
    vertical-align: middle;
    margin-right: 50px;
}

hr
{
    padding: 0;
    color: white;
}

h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: large;
}

h2
{
    font-weight: bold;
    font-size:  larger;
}

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


a:active
{
    color: white;
}

a:hover
{
    color: #94B74D ;
}

#box
{
    margin: auto;
    width: 1000px;
    height: 100px;

    border: 1px solid black;
}

#box_header
{
    width: 100%;
    height: 205px;
    background: #424242;
}

#box_header a:hover
{
    color: black;
}

#box_header img
{
    margin-left: 20px;
    margin-top: 10px;
}


#box_header ul
{
    display: block;
    float: right;
    font-family: Verdana;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
        
}

#box_header ul li
{    
    padding-left: 30px;  
    display: block;
    width: 400px;
    background-color: #94B74D;
    border-bottom: 1px solid black;
}

#box_header ul li:hover{
    background-color:#E3EDE6;
}


#box_content
{
    padding: 20px;
    height: 700px;
    text-align: justify;
    font-size:11pt; 
}

#box_content ul li
{
    list-style: none;
    margin-left: -2.6em;
}

#List_Home ul li
{
    list-style: disc;
    padding-left: 10px;
    margin-left: 0;
}



#text_full
{
    padding-right: 0;
}

#text_cut
{
    padding-right: 120px;
}

#box_footer
{
    background-color: #94B74D;
    font-family: Verdana;
    font-size: smaller;
    font-weight: bold;
    border: 1px solid black;
    border-top : none;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
}

#box_footer img
{
    position: relative;
    display: block;
    top: -223px; 
    left: 890px;       
}

#box_footer_text_left
{
    text-align: left; 
    display: block; 
    float: left;
    font-weight: lighter;
    padding-left: 20px; 
}

#box_footer_text_middle
{
    text-align: right;
    padding-right: 100px;
}

#box_footer_text_middle a:hover
{
    text-decoration: underline;
    color: black;
}
