                   a:link  {
                   	font-size : 10pt;
                   	color : #0000ff;
                   	font-family : Arial;
                   	font-style : normal;
                   	font-weight : bold;
                   }
                   
                   a:visited  {
                   	font-size : 10pt;
                   	color : #0000ff;
                   	font-family : Arial;
                   	font-style : normal;
                   	font-weight : bold;
                   }
                   
                   a:active  {
                   	font-size : 10pt;
                   	color : #ff0000;
                   	font-family : Arial;
                   	font-style : italic;
                   	font-weight : bold;
                   }
                   
                   a:hover  {
                   	font-size : 10pt;
                   	color : #ff0000;
                   	text-decoration : underline;
                   	font-weight : bold;
                   }
