body { 
    font-family: Verdana; 
    font-size: 11px; 
    color: #101010; 
    background-color: #8E908F;  

}   

li { 
    list-style-type: none; 
    line-height: 150%; 
    list-style-image: url(../images/arrowSmall.gif); 
}   

h1 { 
    font-family: Verdana; 
    font-size: 26px;  
    font-weight: bold; 
    color: rgb(143, 212, 0); 
}   

h2 { 
    font-family: Verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #101010; 
    border-bottom: 1px solid #C6EC8C; 
}

h3 { 
    font-family: Verdana; 
    font-size: 12px;  
    font-weight: bold; 
    color: rgb(143, 212, 0); 
}   

label { 
    display: inline-block; 
    width: 80px; 
}

textarea { 
    font-family: Verdana; 
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
}


div {
    padding: 2px;
}   

/**************** Pseudo classes ****************/   

a:link { 
    color: #00CC00; 
    text-decoration: underline; 
    font-weight: bold; 
}   

li :link { 
    color: #00CC00; 
    text-decoration: none; 
    font-weight: bold; 
}   

a:visited { 
    color: #00CC00; 
    text-decoration: underline; 
    font-weight: bold; 
}   

li a:visited { 
    color: #00CC00; 
    text-decoration: none; 
    font-weight: bold; 
}   

a:hover { 
    color: rgb(0, 96, 255); 
    padding-bottom: 5px; 
    font-weight: bold; 
    text-decoration: underline; 
}   

li a:hover { 
    display: block; 
    color: rgb(0, 96, 255); 
    padding-bottom: 5px; 
    font-weight: bold; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #C6EC8C; 
}   

a:active { 
    color: rgb(255, 0, 102); 
    font-weight: bold; 
}   

/************************* ID's *************************/   

#contactinfo {
    font-size: 10px; 
    text-align: right;
}

#disclaimer {
    font-size: 9px; 
}

#wrapper {
    width: 500px; /*this size allows the content to fit monitors of 1024px width and greater without horizontal scrolling*/
    margin-left: auto;
    margin-right: auto;
    //margin: 0 auto;
    background-color: #FFFFFF; 
    border-style: solid;
    border-width: 5px;
    border-color: #8FD400;
    display: table-cell; 
}

#language {
    text-align: right;
    float: right;
}

#size{
    font-size: 16px; 
}

