table { border-width: 4px; 
border-style: solid;
border-color: #817339
} 
#groovybutton ul {
  list-style: none;
  padding: 0px;
}
#groovybutton li {
  display: inline;
  float: left;
  padding: 1px;
}
#groovybutton a:link, #groovybutton a:visited {
   text-decoration: none;
   padding: 2px 4px 2px 5px;
   font-size:14px;
   font-weight:bold;
   color:#000000;
   width:191px;
   height:30px;
   border-width: 4px; 
   border-style: outset;
   border-color: #805817;
   background-color:#339900;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff009933',EndColorStr='#ffEAC117');
   border-color:#805817;
}
 
#groovybutton a:hover {
   text-decoration: none;
   color:#805817;
   border-style:inset;
   border-color:#805817;
   border-width:3px;
}
#stars ul {
  list-style: none;
  padding: 0px;
}
#stars li {
  display: inline;
  float: right;
  padding: 5px;
}



