.buttons A {
	DISPLAY: block;
    FONT:17px tahoma; 
	font-weight:BOLD;
	WIDTH: 120px; 
	PADDING-TOP: 4px;
	padding-bottom:4PX;
	BORDER: #FF66FF 1px dashed; 
	POSITION: relative; 
	HEIGHT: 19px; 
	BACKGROUND-COLOR: #FF0099; 
	TEXT-DECORATION: none; 
	text-align:center;
	COLOR: #000000; 
	
}
.buttons A:hover {
	COLOR: #000000; BACKGROUND-COLOR: #FF99FF; TEXT-DECORATION: none
}
