/* CSS Document */

body, td
{ 
font-family: verdana; 
font-size: 11px; 
color: #787878; }

.Title 
{
 font-family: Ariel, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: red;
}

.Topic {
 font-family: Ariel, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: red;
 font-style: italic;
}


.Bold
{
 font-weight: bold;
}

H1  {
   font-family: arial, sans-serif;
   font-size: 1.7em;
   font-weight: bold;
   color: #006699;
}

H2  {
   font-family: arial, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   color: #006699;
}

