a:link {
	font-size: 12px;
	color:peru;
	text-decoration: none;
	line-height: 12px;
}
a:visited {
	font-size: 12px;
	color: darkred;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: green;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: green;
	text-decoration: none;
}