/* 
    Document   : anna
    Created on : 5/Mar/2010, 15:08:08
    Author     : mvt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

BODY
{
  background-color:#FFFFFF;
  margin-left: 250px;
  margin-right: 250px;
  margin-top:0pt;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: rgb(99,99,99);
  padding: 6px ;
}

.H1
{
  color: rgb(99,99,99);
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 30px;
  font-weight: bolder;
  
}

.H2
{
  color: rgb(99,99,99);
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 18px;
  font-weight: bolder;
  
}

.H3
{
  color: rgb(99,99,99);
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: lighter;
  
}