
			a:link    {
 			/* Applies to all unvisited links */
  			text-decoration:  none;
  			font-weight:      bold;
  			color:            black;
  			} 
			a:visited {
  			/* Applies to all visited links */
  			text-decoration:  none;
  			font-weight:      bold;
  			color:            black;
  			} 
			a:hover   {
  			/* Applies to links under the pointer */
  			text-decoration:  none;
  			font-weight:      bold;
  			color:            orange;
  			} 
			a:active  {
  			/* Applies to activated links */
  			text-decoration:  none;
  			font-weight:      bold;
  			color: 		  black;
  			}
			STRONG {
			text-decoration: none;
			color:	white;
			}

	
