/*  Some style definitions */
body    {


}
a:visited   {
            color : purple ;
            text-decoration : underline ;
            text-underline : single ;
}
a        {  
            font-family:"Times New Roman";
            font-size : 12.0pt;
            color : blue ; 
            text-decoration : underline ;
            text-underline : single ;
}
div,hr,br,i,center   {  
            font-family:"Times New Roman";
            font-size : 12.0pt; 
}
h2    { font-family:"Times New Roman";
          font-size:16.0pt;
          color:black; }
li, ul   {   
            font-family : "Times New Roman";
            font-size : 12.0pt ;
            color : black ;
            line-height : 150% ;
}  

