.MainHeading {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.SubHeading {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textEmphasised {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #333333;
}
a:link {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;
}
a:hover {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;

}
a:visited {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;
}
a:active {
	font-family: "viner Hand ITC", "Lucida Handwriting", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #66CC66;
	text-decoration: none;
}
