<STYLE TYPE="TEXT/CSS"> 
                        td  {
                        font-family : Arial, Helvetica, sans-serif;
                        color : black;
                        font-weight : normal;
                        font-size : 12;
                        }
                        
                        body  {
                        font-family : Arial, Helvetica, sans-serif;
                        color : black;
                        font-weight : normal;
                        font-size : 12;
                        }
                        
                        a:link  {
                        text-decoration : none;
						color : 000066;
                        font-weight : bold;
                        }
                        
                        a:visited  {
                        text-decoration : none;
						color : 000066;
                        font-weight : bold;
                        }
                        
                        a:hover  {
                        color : Red;
                        text-decoration : underline;
                        font-weight : bold;
                        }
                        
                        a:active  {
                        color : Green;
                        text-decoration : underline;
                        }
</style>