/* pseudo-classes */
a:link {
  color:maroon;
  text-decoration:none;
}
a:active {
  color:maroon;
  text-decoration:none;
}
a:visited {
  color:maroon;
  text-decoration:none;
}
a:hover {
  color:green;
  font-weight:bold;
  text-decoration:none;
}
/* defined classes */
.pagecontent {
  font-family:"Comic Sans MS";
  font-size: 12pt;
  font-weight: normal;
  text-align:left;
}
.pagecontentcentred {
  font-family:"Comic Sans MS";
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
}
.title {
  color:green;
  font-size: 12pt;
  font-family:"Comic Sans MS";
  font-style:italic;
  font-weight: bold;
}
.pagetitle {
  font-family:"Comic Sans MS";
  color:green;
  font-size: 22pt;
  font-weight: bold;
}
.category {
  color:maroon;
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}
.menu {
  position:absolute;
  left:50;
  color:#FFFF99;
  background-color:#FFFF99;
  font-family:"Comic Sans MS";
  font-weight:bold;
  width:116;
  height:240;
  cursor:default;
  text-align:center; }

.submenu {
  position:absolute;
  color:#FFFF99;
  left:50;
  width:130;
  height:50;
  cursor:default;
  z-index:1;
  visibility:hidden;
}

#submnu1 {top:535;}

.SubItem {
  border-style:solid;
  border-width:thin;
  color:#FFFF99;
  background-color:black;
  border-color:gray;
  font-family:"Comic Sans MS";
  font-size: 12pt;
  font-weight:bold;
  text-align:center;
}

