<style type="text/css">

.bevelmenu{
font: bold 8px verdana;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: rgb(255,205,207);		/* color of the under strip  */
text-align: left;                            /*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: black;
background-color: FFFFFF;   /* bg color of each menu */
border: px solid #FFF2BF;
font-size:11; font-weight:600
}

.bevelmenu li a:hover{
color: black;
background-color: FFFFFF;                   /* hover menu bg color */
border-style: outset;
}

html>body .bevelmenu li a:active{		 /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
h2 { font-size:bold, 16, verdana;  }
.gen { font-size:13; line-height:1.4 }

</style>