a:link {
	color: rgb(184, 40, 11);
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: rgb(184, 40, 11);
}

a:hover {
	text-decoration: none;
	color: rgb(184, 40, 11);
}

a:active {
	text-decoration: underline;
	color: rgb(184, 40, 11);
}

a {
	font-weight: bold;
}

.heading {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}