.navbutton   { color: #FFFFFF; background-color: #800000; text-align: center; padding: 4px 10px; border: 2px solid #800000; display: block; width: 130px; text-decoration: none; font-size: 12px; font-weight: bold; }
a.navbutton:hover { background-color: green; border: 2px outset grey; text-decoration: none; }
a.navbutton:active { border: 2px inset blue; text-decoration: none; 	  }
