.button
{
	color: #bb0000; 
	text-decoration: none;
}

.button:hover
{
	color: #ffcc00;
	text-decoration: none;
}

