a:link, a:visited {
color: #ff005a;
 background-color: black;
 text-decoration: none;
 border-bottom: 1px dotted #54d2d1;
	font-weight: bold;
	font-family: Arial;
}

a:hover, a:active {
color: #ed01ff;
 font-family: Arial;
 font-weight: bolder;
 background-color: #fff;
 text-decoration: none;	
	}
