<style type="text/css"> 



A         { text-decoration: underline }
A:link    { /* unvisited link */
            color: purple
		  }                 
A:visited { /* visited links */
            color: #bd0333 
		  }                
A:active  { /* active links */
            color: #009C9C ;
            background-color : #bd0333
		  }
A:hover   { text-decoration : underline;
            color : red;}


		  
body	{
		background-color : #E2E2E0;
		}
		
li		{
		text-align:justify;
		line-height:150%;
		mso-vertical-align-alt:auto;	
		mso-bidi-font-size:10.0pt;
		font-size:9.0pt;
		mso-bidi-font-size:10.0pt;
		font-family:verdana;
		
		}
