a:hover {
	background-color: Fuchsia;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: Navy;
}

p.links {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
body {
	background-image: url(images/whitbump.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
}
table {
	background-image: url(images/whitbump.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
td {
	text-align: justify;
	vertical-align: middle;
	
}


h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}


p {
	font-size: 0.8em;
	margin-left: 5%;
	margin-right: 5%;
}

ol {
	background-image: url(images/whitbump.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: justify;
}
p.parahead {
	font-weight: bold;
	text-transform: uppercase;
}