.heading {
	font-size: 24px;
	font-weight: bold;
	color: #5DEBFA;
}
.subheading {
	font-weight: bold;
	color: #5DEBFA;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5DEBFA;
	font-weight: bold;
	line-height: 30px;
}
a:link {
	text-decoration: none;
	color: #5DEBFA;
}
a:visited {
	text-decoration: none;
	color: #5DEBFA;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
