.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;

text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: yellow;


}

.bevelmenu li a:hover{
color: red;
background-color: #FFE271;
border-style: outset;
}

a:link { font-family:; color:#54FF29; };
a:hover { font-family:; color:yellow; background-color:red}; 
 a {text-decoration: none}
a:visited {font-family:;color:#54FF29; text-decoration: underline;
} 

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

td
{
    margin: 0;
    padding: 10px;
   
}


body 
  {  color: grey;
background-color: blue;
background-image: url(images/backgroundline.gif) } 
