.menucell { border-left-style: solid;   border-left-width: 1px;     border-left-color: black;
                        border-right-style: solid;  border-right-width: 1px;    border-right-color: black;
                        border-top-style: solid;    border-top-width: 1px;      border-top-color: black;
                        border-bottom-style: solid; border-bottom-width: 1px;   border-bottom-color: black;
                        font-family: Arial, Sans-Serif; font-size: 0.9em; color:black; text-align: center;}

.footertext {font-family: Arial, Sans-Serif; font-size: 0.6em; color:black;  }

.latestupdates  { font-family: Arial, Sans-Serif; font-size: 0.7em; text-align: left; vertical-align:top; color:black; }


.pagetitle {font-family: Arial, Sans-Serif; font-size: 1.5em; color:white; text-align: center; background-color:red }

.newstitle {font-family: Arial, Sans-Serif; font-size: 1.1em; color:black; text-align: left; background-color:yellow }

.body  {font-family: Arial, Sans-Serif; font-size: 0.9em; color:black;  }

.textblack  {font-family: Arial, Sans-Serif; font-size: 1.0em; color:green;  }
.textgreen  {font-family: Arial, Sans-Serif; font-size: 1.0em; color:green;  }
.textred    {font-family: Arial, Sans-Serif; font-size: 1.0em; color:red;  }

.errormsg   {font-family: Arial, Sans-Serif; font-size: 1.2em; color:red; font-weight: bold; }

.guestbook_name    {font-family: Arial, Sans-Serif; font-size: 0.7em; color:blue;  }
.guestbook_msg     {font-family: Arial, Sans-Serif; font-size: 0.9em; color:black;  }

.class_chant  {font-family: Arial, Sans-Serif; font-size: 1.0em; color:#32CD32;text-align: center;  }

.welcome_msg  {font-family: Arial, Sans-Serif; font-size: 1.0em; color:green;text-align: left;  }

.small_text {font-family: Arial, Sans-Serif; font-size: 0.8em; color:black;  }

.faq_question:hover {
  font-family: Arial, Sans-Serif; 
  font-size: 1em;
  text-decoration: none;
  color: blue;
  cursor:pointer;
  background: red;
}
.faq_question {  
  font-family: Arial, Sans-Serif;
  font-size: 1em;
  text-decoration: none;
  color:blue;
  cursor:pointer;
  background: white;
}
.faq_answer      {font-family: Arial, Sans-Serif; font-size: 0.9em; color:black;  }

a:hover {
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  text-decoration: none;
  color: white;
  background: red;
  cursor:pointer;
}
a {
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  text-decoration: underline;
  color: black;
  cursor:pointer;
}

.intextlink:hover {
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  text-decoration: none;
  color: white;
  background: red;
  cursor:pointer;
}
.intextlink {
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  text-decoration: underline;
  color: red;
  cursor:pointer;
}

.plainlink:link    {  text-decoration: none;  cursor:pointer; background: white;}
.plainlink:visited {  text-decoration: none;  cursor:pointer; background: white;}
.plainlink:hover   {  text-decoration: none;  cursor:pointer; background: white;}
.plainlink:active  {  text-decoration: none;  cursor:pointer; background: white;}



