/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	text-decoration: none;
	color: #666666;
	line-height: 18px;
}
a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FF0066;
}
