a:link,a:active,a:visited 
{
	color : #0000CC;
	text-decoration: none;
}


a:hover	
{
	color : #006699;
	text-decoration: underline;
}

.button
{
	cursor: hand;
}
