#navcontainer ul
 {list-style-type: none;
 text-align: center;
 font-size: 16px; /* 1st font size */
 font-family: Calibri; "MS Trebuchet"; arial;
 font-weight: 500;
 font-variant: small-caps;
 /*text-transform: smallcaps; */
 background-color: transparent; } /* b-c = entire line background area behind buttons */
#navcontainer ul li
 {display: inline}
#navcontainer ul li a 
 {color: white; /* c = 1st letter color */
 /* padding: .1em .1em; */
 background-color: transparent; } /* b-c = button background */
#navcontainer ul li a:hover
 {color: white; font-weight: 900; background-color: transparent;} /* color = hover letter color, b-c = hover background */
 
 

