HTML 
.buttons A {
	DISPLAY: block;
	PADDING-LEFT: 12px;
	FONT: bold 12px Arial, sans-serif;
	WIDTH:
238px;
	COLOR: #ffffff;
	PADDING-TOP: 4px;
	BORDER-BOTTOM:
 #FFA41C 1px dotted;
	POSITION: relative;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #f32300;
	TEXT-DECORATION: none;
	list-style-position: inside;
	left: 0;
	visibility: visible;
}
.buttons A:hover {
	COLOR: #000;
	BACKGROUND-COLOR: #FFB03C;
	TEXT-DECORATION: none;
	position: static;
	font-family: Arial, sans-serif;
}
