.Button
{
	cursor: pointer;
}

.Button:hover
{
	background: #222;
}

.Button.Selected
{
	background: #444;
}