.navbutton{ /* nav buttons */
display: inline;
width: 102px; /* width of buttons */
height: 23px;
font: bold 12px Arial;
color: white;
text-align: center;

margin-bottom: 5px; /* bottom spacing between header and rest of content */
padding: 4px 0 4px 0; /* header text is not indented to allow text to center */
cursor: hand;
cursor: pointer;
}