<style type="text/css">
 



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
margin: 0;
width: 100%;
background-color: black;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
font-family: arial, helvetica;
font-weight: bold;
font-size: 14pt;
}

.bevelmenu li a{
padding: 8px 0.5em;
text-decoration: none;
color: white;
background-color: black;
border: 2px solid black;
}

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

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

table{
border-style: solid;
margin-top: 1px;
margin-bottom: 7px;
}

tr.black 
{ 
  background-color: black;
  color: white; 
  text-align: left; 
  font-family: arial,helvetica; 
  font-size: 14pt; 
  font-weight: bold; 
} 
tr.white
{ 
  background-color: white; 
  color: black;
  text-align: left; 
  font-family: arial,helvetica; 
  font-size: 12pt; 
} 

td{
border-width: 0px;
{
</style>

