A:link {
	text-decoration: none
	
}

A:active {
	color: Green;
	text-decoration: none:;
	background: White
}

A:visited {
	text-decoration: none
	
}

A:hover {
	color: #666699;
	text-decoration: none;
	background: White
}
		
body, td {
	
	
	color: #000000
}
		
.small {
	
	font-family:verdana;
	font-size:10px;
	font-weight: bold;
	color: #000000
}
				
input, textarea, select {
	
	font-weight:normal;
	color: #000000;
	
}

.over {
	position:absolute; 
	visibility:hide; 
}