a.menu { font-size:13px;
border-left: 0px solid white;
border-bottom: 1px solid white;
width:90%;
background-color:#D8E5DA;
display: block; }


a.menu:hover { 
background-color: white;}

a {
text-decoration:none;
color: black}

a:hover {color:green;}
a:active {color:red;}

a.menu2 { font-size:15px;
border-left: 0px solid white;
border-bottom: 1px solid white;
width:90%;
background-color:#D8E5DA;}


a.menu2:hover { 
background-color: white;}

