.tests {
	font-family: Tahoma;
	font-size: 11px;
	color: #131313;
	text-indent: 0px;
	font-weight: 100;
}

.testsblue {

	font-family: Tahoma;
	font-size: 11px;
	color: #0e73a2;
}
.testsGrey {


	font-family: Tahoma;
	font-size: 11px;
	color: #aeaeae;
}
.testsPink {



	font-family: Tahoma;
	font-size: 11px;
	color: #c761ad;
}
.anore {


	font-family: Tahoma;
	font-size: 11px;
	color: #131313;
	height: 18px;
	width: 200px;
	border: 1px solid #C761AD;
}


 a {
  color: #d48bc0;
  text-decoration: none;

  }

 a:link,visited {
  color: #d48bc0;
  text-decoration: none;
 }

 a:hover {
  text-decoration: underline;
  color: #673253;
 }