a:link, a:active, a:hover{
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: brown;
}
a:active.button, a:hover.button{

	background-color: orange;
}
