.heading {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
a.headlink:link, a.headlink:visited {
	font-size: 16px;
	font-weight: bold;
	background: gold;
	color: black;
	text-decoration: none;
	text-align: center;
}
a.headlink:hover {
	background: gold;
	color: blue;
	text-align: center;
}
a.item:link, a.item:visited {
	font-size: 13px;
	background-color: lightblue;
	color: green;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
a.item:hover {
	background-color: lightblue;
	color: green;
	font-weight: bold;
	text-align: left;
}
