a:link {
	text-decoration: none;
	color: #0066FF;

}
a:visited {
	text-decoration: none;
	color: #0066FF;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.heading {
	font-size: 24px;
	font-weight: bolder;

}
.content {
	font-size: 16px;

}
.footer {
	font-size: 12px;
}
