body
{
margin: 0px;
}
.text_link {

	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.text_link:hover {

	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
.text_link2 {

	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
.text_link2:hover {

	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
.text_link3 {

	font-family: Arial;
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
}
.text_link3:hover {

	font-family: Arial;
	font-size: 14px;
	color: #cccccc;
	text-decoration: underline;
}