body
{
 font-size: 10pt;
 font-family: Arial; Verdana;  Times New Roman;  Helvetica;  
}

.navbar 
{
 color: #00a6a6; 
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size: 12px;
 font-weight: bold;
}

.title
{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 18px;
 font-weight: normal;
 color: #00a6a6;
}

.table
{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 12px;
}

.underline
{
  text-decoration: underline;
}

.text
{
   font-size: 10pt;
   font-family: Verdana; Times New Roman;
   color: #000000;
}

a:link 
{
  color: black; 
  text-decoration: none;
}

a:hover
{
  color: green; 
  text-decoration: none;
  background-color: #ffffff; 
}

a:active 
{
  color: purple; 
  text-decoration: underline;
}

a:visited
{
  color: black; 
  text-decoration: none;
}







