.button,
.button_selected
{
	width		: 60px ;
	border		: 1px solid blue ;
	text-align	: center ;
	font-family	: verdana ;
	color		: blue ;
	font-weight	: bold ;
	font-size	: 10 ;
	cursor		: pointer ;
}

.button_selected
{
	background-color: blue ;
	color		: white ;
}