body {

  font-family: Times New Roman, Courier;

  //font-size: 14px; 

  text-decoration: none;

}





a

{

  text-decoration: none;

  color: #000066;

}



a:active

{

  text-decoration: underline;

}



a:visited

{

  text-decoration: none;

}



a:visited:hover

{

  text-decoration: underline;

}



a:hover

{

  text-decoration: underline;

}





a.directory

{

  text-decoration: underline;

}



a.directory:visited

{

  text-decoration: underline;

}



a.directory:hover

{

  text-decoration: none;

}



a.directory:visited:hover

{

  text-decoration: none;

}



a.directory:active

{

  text-decoration: underline;

}





a.inline

{

  color: blue;

  text-decoration: none;

}



a.inline:visited

{

  text-decoration: none;

}



a.inline:hover

{

  text-decoration: underline;

}



a.inline:visited:hover

{

  text-decoration: underline;

}



a.inline:active

{

  text-decoration: underline;

}



a.underlinegreen

{

  face="Verdana";
  color="#00B050";
  text-decoration: none;

}



a.underlinegreen:visited

{
   face="Verdana";
  color="#00B050";
  text-decoration: none;

}



a.underlinegreen:hover

{
   face="Verdana";
  color="#00B050";
  text-decoration: underline;

}



a.underlinegreen:visited:hover

{
   face="Verdana";
  color="#00B050";
  text-decoration: underline;

}



a.underlinegreen:active

{
   face="Verdana";
  color="#00B050";
  text-decoration: underline;

}



