@charset "UTF-8";
a.rock:link {
	font-family: Rockwell;
	color: #B90858;
	text-decoration: none;
	font-size: 18px;
}
a.rock:visited {
	font-family: Rockwell;
	color: #B90858;
	font-size: 18px;
}
a.rock:hover {
	font-family: Rockwell;
	color: #CC99FF;
	text-decoration: underline;
	font-size: 18px;
}
a.rock:active {
	font-family: Rockwell;
	color: #B90858;
	text-decoration: none;
	font-size: 18px;
}
a.purple:link {
	font-family: Rockwell;
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.purple:visited {
	font-family: Rockwell;
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.purple:active {
	font-family: Rockwell;
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.purple:hover {
	font-family: Rockwell;
	color: #663366;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

