h1, h2, p, li, td { font-family: sans-serif; }
.menulink { text-decoration: none; }
a.menulink:link {color: white;}      /* unvisited link */
a.menulink:visited {color: white;}   /* visited link */
a.menulink:hover {color: white;}     /* mouse over link */
a.menulink:active {color: white;}    /* selected link */
.menubutton { border: 1px solid #496d65; width: 25%; }
.activebutton { background-color: #9fc7bf; color: black; cursor: grabbing; width: 25%; }

.item { border-left: 1px solid #2a4374;; 
        border-top: 1px solid #2a4374;
        border-top-left-radius: 8px;
        background-color: #9fc7bf; 
        padding: 4px;
      }
