/* CSS Document */

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	width: 100px;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #99CCFF;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	padding: 8px;
}
.buttons:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	width: 100px;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #FFFFFF;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	padding: 8px;
}
