
A:link { color: Red;
	text-decoration: none;
	font-weight: bold; 
 }         /* unvisited link */ 
A:visited { color: Red;
	text-decoration: none;
	font-weight: bold; 
 }        /* visited links */
A:active { color: Red;
	text-decoration: none;
	font-weight: bold; 
 }        /* active links */
A:hover { color: Yellow;
	text-decoration: underline;
	font-weight: bold; 
}



