body {  
    background: #FFFFFF;
    color: #000000;  
}  

a:link {    
    color: #0000FF;    
    background: transparent;
    text-decoration: none;
}    
    
a:visited {    
    color: #990099;    
    background: transparent;
    text-decoration: none;
}    
    
a:active {    
    color: #000000;    
    background: #ADD8E6;
    text-decoration: none;
}    

div.header {
    border: solid #9e9784 1px;
    background: #C1C1E8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 2px;
    text-align: justify;
}

div.menucontent {
    border: solid #9e9784 1px;
    background: #E9E9F8;
    text-align: justify;
}

div.content {
    border: solid #9e9784 1px;
    background: #E9E9F8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 2px;
    text-align: justify;
}
