body {          
        margin:8px;
        padding:0px;    
        font-family: Helvetica, Arial, sans-serif; 
        background-color: #ffffff;
}
a {             
        color: green;
}               
a:visited {       
        color: gray;
}               
#greenHeader {  
        background-image: url(images/title_filer.jpg);
        background-repeat: repeat-x;
}
.menu {
        padding: 10px;
        width:100px;
        background-color:#018652;
        border: 1px solid black;
        font-size: 14px;
        color:white;
}
