﻿a:active {
	text-decoration: none;
	color: #008080;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:link {
	text-decoration: none;
	color: #008080;
}
a:visited {
	text-decoration: none;
	color: #008080;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FEFEFE;
	background-image: url('images/pawprints.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 2px;
}
h2 {
	font-size: 12pt;
	margin-bottom: 2px;
}
h3 {
	font-size: 10pt;
	font-family: cursive;
	margin-bottom: 2px;
}
img {
	border-style: solid;
	border-width: 0;
}
h4 {
	font-size: 8pt;
}
table {
	margin-right: auto;
	margin-left: auto;
}