


body {
    margin: 0px;
    color: #000000;
    background-color: #ffffff;
}



h1 {
    color: #53915b;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #53915b;
}



h2 {
    color: #53915b;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #53915b;
}


a:link {
    color: #53915b; 
    text-decoration: none; 
}



a:active {
    color: #53915b; 
    text-decoration: none; 
}



a:visited {
    color: #53915b; 
    text-decoration: none;
}



a:hover {
    color: #53915b;
    text-decoration: underline; 
}



li {
    margin-top: 8px;
    color: #53915b;
}



li span {
    color: #000000;
}


pre {
    border: 1px solid green ;
    color: #801010;
    background-color: #ffffbb;
    margin: 20 
}


#menu {
    color: #000000;
    text-decoration: none
}	



#menu:hover {
    text-decoration: underline
}	



#menu-selected {
    color: #ffffff;
    background-color: #53915b;
    text-decoration: none
}	