@import url("common.css");
ul {
list-style-type: none;
margin-left:2px;
}
li {
margin: 5px 0px;
width:140px; 
list-style-type:none; 
list-style-position:outside;
}
ul a {
display:block;
width: 140px;
}
li a{
text-align: center;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
border: 1px outset;
border-style: solid;
border-color: #339933;
text-align: center;
padding : 2px;
}
A:link{
color:#990000; 
}
A:visited{
color:#339933;
background-color:#000000; 
}
A:hover{
color:#ffffff;
background-color:#339933;
}
A:active{
color:navy;
background-color:yellow;
}
#menu{
line-height : 180% ;
}

body { background-color: #000000; }