.link4 a:link {
	color: rgb(0,0,102);
	background-color: rgb(255,255,128);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
}

.link4 a:visited {
	color: rgb(0,0,102);
	background-color: rgb(255,255,128);
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
}

.link4 a:hover {color: rgb(255,255,128);
     background-color: rgb(0,0,102);
     font-weight: normal;
     font-style: normal;
	  	font-size: 13px;
     text-decoration: none}
	  
	  .link4  a:active {
	color: rgb(255,255,128);

	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
}