@charset "utf-8";
.Heading {
	font-family: Calibri;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.Subheading {
	font-family: Calibri;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #CCCCCC;
}
a:hover {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
}
