@charset "ISO-8859-1";
/* CSS Document */

.baseline {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:20px;
	padding-right:20px;
}

a:link {
	color: #000;
	text-decoration: none;
	
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #7A1B6F;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}