/*default.css By: Robert J. Trotter*/
	a:link {color: blue;
	text-decoration: underline}
	a:visited {color: purple;
	text-decoration: underline}
	a:active {color: green;
	text-decoration: underline}
	body {background-color: white;
	background-image: url(dog_pack.jpg);
	font: 10pt "Arial";
	color: black}
	h1 {font: 19pt "Arial";
	font-weight: bold}
	h2 {font: 17pt "Arial";
	font-weight: bold}
	h3 {font: 15pt "Arial";
	font-weight: bold}
	h4 {font: 13pt "Arial";
	font-weight: bold}
	h5 {font: 11pt "Arial";
	font-weight: bold}
/*End*/
