<style type="text/css">	

a.al:link { color: white; text-decoration: none; background-color: blue  }  

/* for unvisited links */  	
a.al:visited { color: white; text-decoration: none; } 

/* for visited links */  	
a.al:active { color: white; text-decoration: none; } 

/* when link is clicked */  	
a.al:hover { color: black; text-decoration: none;} 

/* when mouse is over link */  	
div.al {background-color: red; color: white; width=725px; margin: auto 30% auto 15%}

body.al {background-color: yellow}	
table.al {background-color: white}
table.al2 {background-color: red; color: white; :link {color: black; text-decoration: none};
:visited {color: black; text-decoration: none}							:hover {color: white; text-decoration: none}}
a[href ^="mailto:"] {				padding-right: 20px;
				:hover {color: black; text-decoration: none;}
				:link  {color: white; text-decoration: none;}
   				background: transparent url(icon_mail.gif) no-repeat center right;
		            }

</style>
