a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	background-color: #FC3;
	margin: 5px;
	border-top-width: 6px;
	border-right-width: 5px;
	border-bottom-width: 6px;
	border-left-width: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #006;
	border-right-color: #FF0;
	border-bottom-color: #F00;
	border-left-color: #696;
}
