  	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: none}

  	body {
  		background-image: url('images/bkgrnd_border.gif');
  		font-family: Arial;
  		font-size: 12pt;
  		font-weight: bold;
  		color: black;
  		
  	}
  	#table1 {
  		background-image: url('images/mymarb2.gif');
  		width: 80%;
   		padding: 0;
   		border-style: ridge;
		border-width: 3px;
		border-color: #e5c264;
   		margin: 0 auto;
		text-align: center;
  	} 
  	#table2 {
  		width: 100%;
   		padding: 0;
  		margin: 0 auto;
  		text-align: center;
  	}
  	
  	#dog { border-style: solid; border-color: black; border-width: 1px;}
  	img { border: 0;}
  	
  	#contact {
  		font-family: arial;
  		font-size: 13pt;
  		font-weight: normal;
  	}