a {
	font-size: 18px;
	line-height: 24px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

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

a:hover {
	text-decoration: none;
	background: green;
	color: #ffffff;
	border: 2px green solid;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	background: green;
	border: 2px green solid;
}

h2 {
	color: #996699;
}
