body {
	background-color: white;
	color: black;
	}

a:link {color: black}  /* unvisited link */
a:visited {color:black} /* visited link */
a:hover {color:crimson}   /* mouse over link */
a:active {color:crimson}  /* selected link */


/* all headings*/
h1,h2,h3,h4,h5 {
	font-family:"trebuchet ms",trebuchet,sans-serif;
	text-decoration:none;
	} 

/* titles and banners */
h1 {
	font-size: 2.2em;
	}
	
/*top navigation*/
h2 {
	font-size: 1.3em;
	word-spacing: 1.5em;
	}

/* anchor names */
h3 {
	text-align: center;
	font-size: 1.1em;
	}

/*pattern titles - this is the tricky one*/
h4 {
	text-align: left;
	font-size:1.1em;
	display:none;
	}

/* bottom nav */
h5 {
	text-align: center;
	font-size: 0.9em
	}

/* body text */
p {
	text-align:left;
	font-family:helvetica,arial,sans-serif;
	font-size: .9em;
	}

p.center {
	text-align:center;
	}

div.main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}

div.littlepic {
	float: left;
	width: 200px;
	padding: 8px;
	}

div.littlepic p {
	text-align: center;
	font-size: .8em;
	}

div.littlepic img {
	border: 2px solid;
	width: 200px;
	height: 200px;
	


