THIS IS THE CSS CODE
body {
font-family: Arial, Helvetica, sans-serif;
}
http://www.builderau.com.au/webdev/sitedesign/0,39024698,39131100,00.htm
div#buttonBevel { margin-left: 10px;}
div#buttonBevel ul {
margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px;
}
div#buttonBevel li {
list-style-type: none; height: 18px; width: 125px; margin: 3px; text-align:center;}
div#buttonBevel li a {
height: 100%; width: 100%; display: block; text-decoration: none; border-width: 6px; }
div#buttonBevel li a:link {
color: #000000; font-weight: bold; background-color: #C7CBFE; border-style: outset; }
div#buttonBevel li a:visited {
color: #000000; font-weight: normal; background-color: #C7CBFE;; border-style: outset; }
div#buttonBevel li a:hover {
font-weight: bold; color: #FFFFFF; background-color: #9FA7FD; border-style: outset; }
div#buttonBevel li a:active {
font-weight: bold; color: #FFFFFF; background-color: #666666; border-style: inset; }
td {
font-family: Arial, Helvetica, sans-serif;
}
th {
font-family: Arial, Helvetica, sans-serif;
}
END HERE