@charset "utf-8";
.sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.sidelink_teen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
  font-size:13px;
  color: #000000;
  background-color: transparent;
}
a:hover, a:active {
  text-decoration: underline;
  color: #000000;
  background-color: #f6f1db;
}

