@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: #666;
	text-decoration: none;
	font-size: 12px;
}
.boldorange {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: bold;
	color: #F63;
}
.smallbold {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
.bold {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

