@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #313031;
}
a:link {
	text-decoration: none;
	color: #313031;
}
a:visited {
	text-decoration: none;
	color: #8C8EA5;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #8C8EA5;
}


