#content a {
	text-decoration: underline;
	color: #333;
}
#content a:hover {
	text-decoration: none;
	color: #000;
}

