A:link {
	background-color : transparent;
	font-family: Verdana;
	color : red;
	font-size: 13px;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	font-family: Verdana;
	color : red;
	font-size: 13px;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	font-family: Verdana;
	color : red;
	font-size: 13px;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	font-family: Verdana;
	color : red;
	font-size: 13px;
	text-decoration : none;
}

.text {
	background-color : transparent;
	font-family: Verdana;
	color : #000000;
	font-size: 13px;
	text-decoration : none;
}

#top   {
	position:absolute; 
	top:0px; 
	left:0px;
	z-index:2; 
	visibility:visible;
}