BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 4%;
}
A:link {COLOR: #0F238B} A:visited {COLOR: #843327}

A:hover {COLOR: #000000} A:active {COLOR: #CCCCCC}
<!--a{text-decoration: none;} -->
.ADULT{
	color: Red;
	font-weight: bold;
}
a.ADULT:visited{
	color: Red;
	font-weight: bold;
}
a.ADULT{
	color: Red;
	font-weight: bold;
}

a.CHILD:visited{
	color:blue;
	font-weight: bold;
}
a.CHILD{
	color:blue;
	font-weight: bold;
}
.CHILD{
	color:blue;
	font-weight: bold;
}

.YTEEN{
	color:green;
	font-weight: bold;
}
.MATURE{
	color:orange;
	font-weight: bold;
}
.TEEN{
	color:#B800B8;
	font-weight: bold;
}
a.YTEEN{
	color:green;
	font-weight: bold;
}
a.MATURE{
	color:orange;
	font-weight: bold;
}
a.TEEN{
	color:#B800B8;
	font-weight: bold;
}
a.YTEEN:visited{
	color:green;
	font-weight: bold;
}
a.MATURE:visited{
	color:orange;
	font-weight: bold;
}
a.TEEN:visited{
	color:#B800B8;
	font-weight: bold;
}