body { 
   margin : 0px 0 0 0; 
font-family :  Arial,Helvetica,Verdana, sans-serif;
Background-color : #FFFFE0; 
 } 



td.menu { 
   color : blue; 
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size : 16px; 
   text-align : center; 
    
   border-style : solid; 
   border-width : 1px; 
   border-color: Green #669933;
   
 } 
td.emptygreen { 
   border-bottom-color : Green; 
   border-bottom-style : solid; 
   border-bottom-width : 3px; 
 } 
td.emptyblue { 
   border-bottom-color : blue; 
   border-bottom-style : solid; 
   border-bottom-width : 3px; 
 } 

.menu img {
vertical-align:middle;

}


.menu {
Background-color : #008000; 

}

a.menu:link { 
   color : #FFFFE0;
 text-decoration : none; 
 } 
a.menu:visited { 
   color : #FFFFE0; 
 } 

.line {
    
	border-bottom-color : black;
	border-bottom-style : solid;
	border-bottom-width : thin;
}


li {
line-height:150%;


}

/*-------------------Footer-------------------*/
.menufooter { 
   list-style : none; 
   background-color : #F5F5F5; 
   border-bottom : 3px solid #999999; 
   clear : both; 
 } 
.menufooter li { 
   Background : url('http://www.gleefulgames.com/pictures/arrow.png') no-repeat right center; 
   Line-height : 3em; 
   Font-size : 1.2em; 
   Font-weight : bold;
   

 } 
.menufooter li a { 
   color : blue; 
   text-decoration : none; 
   padding : 0 50px 0 60px; 
   display : block; 
 
   text-align : left; 
 } 