@charset "utf-8";
.websitedesizentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.hiddenlink{
  color: #000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  }
.hiddenlink:hover
{
color:#000000;
text-decoration:underline;
}
 