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

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

