     
     A:link, A:visited  {
	text-decoration : none;
	color : #ff8888;
}
	 
	 A:active {
	text-decoration: none;
	color: #ff8888;
}
	
	 A:hover  {
	color : #ff8888;
}
	 
	
}
 
 #smalltext {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #aa0000;
	font-weight : 100;
	z-index: 3;
	font-size : smaller;
}
