@charset "utf-8";

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #A60000;
	text-decoration: underline;
	text-transform: uppercase;
}
.links {
	color: #A60000;
	font-size: 16px;
	text-indent: 25px;
}
