.menuitem     { font-size: 18pt; }
.pagetitle    { font-size: 24pt; }
.sectiontitle { font-size: 14pt; /* padding-top: 12pt; */ }
.menuitem, .pagetitle, .sectiontitle {
/* color:            rgb(7, 43, 21); */
   color:            rgb(13, 79, 39);
   font-family:      Arial;
   font-weight:      bold;
   font-variant:     small-caps;
   text-align:       center;
   text-decoration:  none;
/* filter:           shadow(color = #808080, direction = 125); */
   width:            100%;
   }

.link, .link.active, .link:visited {
   color:            blue;
   text-decoration:  none;
   }

.link:hover {
   color:            red;
   text-decoration:  none;
   }
