@import url("miraclebust.css");
p {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0099;
	text-decoration: underline;
}
a:visited {
	color: #EC00B1;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #FF0DC2;
	text-decoration: none;
}
a:active {
	color: #CC0099;
	text-decoration: overline;
}
