@charset "UTF-8";
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}
.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a {
	font-family: arial;
	color: #F33;
	text-decoration: none;
	font-size: 12px;
}

