@charset "utf-8";
/* CSS Document */

#test1 a{color: #000000;text-decoration: none;}
#test1 a:hover{color:#FFFFFF;text-decoration:underline; 
               background:#004276;}
#test2 a{color:#000;text-decoration:none;}
#test2 a:hover{color:#004276;text-decoration:underline;}
#test3 a{color:#990000;text-decoration:none;}
#test3 a:hover{color:#004276;text-decoration:none;}