body {
	background-color: #99FFFF;
}
table {
	border: thick solid #0099FF;
	background-color: #FFFF99;
	font-size: 14px;
	font-weight: 900;
	background-position: left;
	float: left;
	left: auto;
	clear: right;
	text-align: center;
	
}
.bold {
	font-weight: 900;
	color: #000000;
}
.webcontact {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	background-position: center;
	font-weight: bolder;
}
h1 {
	font-size: 36px;
	color: purple;
}
.centerfooter {
	text-align: center;
}
a:visited {color: teal}
a:active {color:red; text-transform:uppercase}
a:hover {color:red; background-color:yellow}
h5 {
	color: purple;
}
