A.example1
{
    BACKGROUND-COLOR: black
}

a.special:link {
     color: #666666;
	 text-decoration: none;
     }

a.special:visited {
     color: #666666;
	 text-decoration: none;
     }

a.special:hover {
     color: #333333;
     text-decoration: underline;
     }

a.special:active {
     color: #333333;
     text-decoration: none;
     }

a.blk:link {
     color: #000000;
	 text-decoration: none;
     }

a.blk:visited {
     color: #000000;
	 text-decoration: none;
     }

a.blk:hover {
     color: #000000;
     text-decoration: underline;
     }

a.blk:active {
     color: #000000;
     text-decoration: none;
     }