td.button {
	background-color : #333333;
	border : #DDDDDD outset 5px;
	cursor : default;
	width : 125px;
	text-align : center;
}

td#selected {
	border : #DDDDDD inset 5px;
}

td#selected a {
	color : yellow;
}

a.buttonLnk, a.buttonLnk:link, a.buttonLnk:visited {
	color : white;
	font-size : 18px;
	font-weight : bold;
	cursor : hand;
}
