a.pinktext:link, a.pinktext:visited, a.pinktext:active{
	font-size:12px;
	font-family:Verdana;
	color:#fa5da0;
	text-decoration: none;
}
a.pinktext:hover {
	color:#fa5da0;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
}
a:link, a:visited, a:active{
	font-size:12px;
	font-family:Verdana;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
}
a.menu:link, a.menu:visited, a.menu:active{
	font-size:12px;
	font-family:Verdana;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
}
a.menu:hover {
	color: #000;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
	text-transform:uppercase;
}

