.text {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/logo_back.gif);
	background-repeat: no-repeat;

}
a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: none;
}
a:hover {
	color: #339999;
	text-decoration: underline;
}
a:active {
	color: #339999;
	text-decoration: none;
}
