p {
    font-family:Verdana;
    color:rgb(80,80,80);
    font-size:12px;
    text-align:left;
  }

.text_normal
{
  font-family:Verdana;
  color:rgb(0,0,0);
  font-weight:normal;
  font-size:14px;
  text-align:left;
}

.text_topic
{
  font-family:Verdana;
  color:rgb(92,108,228);
  font-weight:bold;
  font-size:20px;
  text-align:left;
}

.text_subtopic
{
  font-family:Verdana;
  color:rgb(92,108,228);
  font-weight:bold;
  font-size:14px;
  text-align:left;
}

.text_middle
{
  font-family:Verdana;
  color:rgb(0,0,0);
  font-weight:normal;
  font-size:11px;
  text-align:left;
}

.text_small
{
  font-family:Verdana;
  color:rgb(0,0,0);
  font-weight:normal;
  font-size:10px;
  text-align:left;
}

.form
{
  font-family:Verdana;
  font-size:12px;
  background-color:rgb(255,255,255);
  border:1pt solid rgb(92,108,228);
  overflow:hidden;
}



a {
    font-family:Arial;
    font-size:14px;
    color:rgb(0,0,0);
    text-decoration:none;
    text-align:left;
  }

a:hover
  {
    font-family:Arial;
    font-size:14px;
    color:rgb(254,0,0);
    text-decoration:none;
    text-align:left;
  }

a.red
   {
   font-family:Arial;
   font-size:14px;
   color:rgb(0,0,0):
   text-decoration:none;
   text-align:left;
   }
