body {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 12px;
      }
      
p {
       line-height : 100%;
      }
      
h1 {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 20px;
       line-height : 100%;
      }
      
h2 {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 18px;
       font-weight : bold;
       line-height : 150%;
      }
      
h3 {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 18px;
       font-weight : bold;
       color : #008080;
      }

.para	{
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: right;
}
		            
h4 {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 12px;
       font-weight : bold;
      }
      
hr {
       color : #cccccc;
       background-color : #ffffff;
      }
      
a:link, a:visited {
       /*text-decoration : none;
       color : #008080;*/
      }
      
a:hover {
       color : #FF0000;
       background-color : #ffff00
      }
      
li {
       font-family : Verdana, Arial, Helvetica, Sans-serif;
       font-size : 11px;
      }
      
.LinkList {
       line-height : 150%;
       font-size : 11px;
       font-weight : bold;
       color : #0000ff;
      }