body {
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  color: #362317;
  background-color: #ffffff; /*  white */
  }
 
	
#logo { 	
	background-repeat: no-repeat;
	padding: 0;
	}

	
p {
	font-size: .8em;
	line-height: 150%
	}
	

p#info {
	font-family: "helvetica", "sans-serif";
	color: #362317;
	font-size: 1em;
	line-height: 1.25em;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-top: -15px;
	margin-bottom: -10px;
}

a:link {
	color: #798c85;  /* blue */
	text-decoration: none;
}

a:hover {
	color: #bc4833; /*  red  */
	text-decoration: none;
}

a:visited {
	color: #362317; /*  brown  */
	text-decoration: none;
}

img.border {
	border: solid 1px #362317;  /*  brown  */
	padding: 5px;
	margin-right: 2px;
	}

.thumb:hover {
	cursor: pointer;
}
	
ul	{
	list-style-image: url('./images/Jack_Blue.jpg');
	}
	
.border {
	border: solid 1px #362317;  /*  brown  */
	padding: 0px;
	}		
		
