/* CSS Document */
a:visited {
			color: #ffffff;
			text-decoration: none;
			background-color: none;
			font-weight: normal;
			font-Style: normal; 			
		   }
a:hover {
			color: #cc99ff;
			text-decoration: none;
			background-color: none;
			font-weight: normal;
			font-Style: verdana; 			
		   }		   
a:active {
			color: #33cccc;
			text-decoration: none;
			background-color: none;
			font-weight: normal;
			font-Style: verdana; 			
		   }
a:link {
			color: #ff99cc;
			text-decoration: none;
			background-color: none;
			font-weight: normal;
			font-Style: verdana; 			
		   }
		   
