<style type="text/css">

.bevelmenu{
font: bold 13px arial;
/*background-color: #390;*/
display:inline;
text-align:center;
}

.bevelmenu td{
white-space: nowrap;
padding:3px;
}

.bevelmenu a{
text-decoration: none;
color: white;
background-color: darkred;
border-style: outset;
}

.bevelmenu a:hover{
color: black;
background-color: #FCC;
border-style: outset;
}

html>body p.bevelmenu a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.heading {
background-color:lightgreen;
width:100%;
text-align:center;
border-style:outset;
}

.heading h2 {
display:inline;
}
</style>
