body{
	background: url(images/paws.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: large;
}
h1{
	background: url(images/paw.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 28px;
	padding-top: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 4px;
}
h2{
	padding-top: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 4px;
}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #457980;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #457980;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #A49350;
}
a:active{
	text-decoration: none;
	font-weight: bold;
	color: #A49350;
}
hr{
	color: #457980;
	width: 85%;
	margin: 20px auto;
}
br.b{
clear: both;
}
fieldset{
margin: 10px 0;
border: 1px #378d92 solid;
background-image: url(images/fs-bkg.png);
background-position:bottom;
background-repeat:repeat-x;
}
legend{
background-color: #d5eff0;
border: 1px #114e51 solid;
font-weight: bold;
padding: 4px 10px;
background-image: url(images/fs-l-bkg.png);
background-repeat:repeat-x;
}