.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: fett;
	color: #000000;
	text-decoration: underline;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}

