a {
	color: blue;
}
#bowls {
	width: 400px;
	border: 5px solid #dd0000;
	background-color: #00dd00;
	margin: 20px;
	padding: 10px;
	text-align: center;
	font-size: 20pt;
	font-style: italic;
}
#bowls a {
	color: #dd0000;
	text-decoration: none;
}
#bowls:hover {
	border-color: #00dd00;
	background-color: #dd0000;
}
#bowls:hover a {
	color: #00dd00;
}
#bowls a:hover {
	text-decoration: underline;
}

