a:link {
	color: #0000CD;
	text-decoration: none;
}

a:hover {
	background-color: gold;
	color: #990000;
}
	
a:visited {
	color: #990000;
	text-decoration: none;
}
	
h1{
	font-size: 105%;
	font-variant: normal;
	font-weight: bolder;
}
table.menu {
	font-size: 105%;
	font-style: normal;
	border-color: #990000;
	background-color: #C9E9F4;
	text-align: center;
}



