/*Pennsylvania*/a:visited{	font-weight: normal;	text-decoration: none;	color: Red;	background-color: transparent;	font-size: 13px;}a:link {  	font-weight: normal;   	text-decoration : none; 	color: Blue;  	background-color: transparent; 	font-size: 13px;}a:hover {   font-weight: normal;	color: Blue;   background-color : yellow;     text-decoration : underline;    font-size: 13px;}a:active {   font-weight: normal;    text-decoration : none; 	color: Blue;   background-color: transparent;    	font-size: 13px;}