a {
	font-family: Verdana;
	color: #808860;
	text-decoration: underline;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.9em;
	font-size: 0.9em;
	text-transform: capitalize;
	font-weight: 900;
}
a:hover {
	color: Red;
	text-decoration: none;
}