.text	{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.text	{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.text:hover	{
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}