/* PAWPRINTS STYLESHEET */

body { 
background-color:white;
background-image:url(../../images/whitebrickwall.2.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
font-weight:bold;
color:#333333;


}

h1 {
font-size:1.4em;
font-weight:bold;
color:blue;
margin-bottom:0px;
}


a:link {
   background:transparent;
	color:navy;
	 }
 
a:visited {
   background:transparent;
	color:#navy;
 }
 
a:hover {
	background:transparent;
	color:red;
}


div#pageframe {
width:800px;
margin-right:auto;
margin-left:auto;
padding:0px;
margin-top:7px;
}

.sample img {
border: black solid 2px;
}