SPAN.tech
  { font-size: x-small;
    font-family: arial;
  }
SPAN.title
  { background-color: silver;
    font-size: large;
  }
H2.section
  { background-color: lime;
    border: 2px;}
/* Links inside the menus are in plain text */
A.title:link
  { text-decoration: none;
    color: black;
  }
A.title:visited
  { text-decoration: none;
    color: black;
  }
A.title:active
  { text-decoration: none;
    color: black;
  }
