

.text
 {
  font-size: 10 pt;
  font-family: Arial, Helvetica, sans-serif ;

}

.menutext
{
  font-size: 10 pt;
  font-family: Arial, Helvetica, sans-serif ;
  color: #ffffff;
  text-align: center ;
  
}
.menutext  :link {text-decoration: none; color: white;}
.menutext  :visited {text-decoration: none; color: white;}
.menutext  :active {text-decoration: none; color: white;}
.menutext  :hover {font-weight: bold; color: white;}

 .submenutext
{
  font-size: 10 pt;
  font-family: Arial, Helvetica, sans-serif ;
  color: blue;
  text-align: center ;

}
.submenutext  :link {text-decoration: none; color: blue;}
.submenutext  :visited {text-decoration: none; color: blue;}
.submenutext  :active {text-decoration: none; color: blue;}
.submenutext  :hover {font-weight: bold; color: blue;}


.title
{
  font-size: 22 pt;
  font-family: Arial, Helvetica, sans-serif ;
  color: #ff0000;
  text-align: center ;
  font-weight: bold;
}
.pagetitle
{
  font-size: 16 pt;
  font-family: Arial, Helvetica, sans-serif ;
  color: #0000ff;
  text-align: center ;
  font-weight: bold;
}
.subtitle
{
  font-size: 14 pt;
  font-family: Arial, Helvetica, sans-serif ;
  color: #000000;
  text-align: center ;
  font-weight: bold;
}
