@charset "utf-8";
PinkText {
	color: #FF80FF;
}
<style type="text/css">
h4 {
	font-size: 24px;
	color: #0CC;
}
a:visited {
	color: #b8d;
	text-decoration: none;
}
a:hover {
	color: #C93;
	text-decoration: underline;
}
h3 {
	font-size: large;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #0FF;
}
a:active {
	text-decoration: none;
}
</style>