a {
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #336633;
	text-decoration: underline;
	font-style: oblique;
	text-transform: capitalize;
}
