* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: white;
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%; /* Resets 1em to 10px */
	color: #333;
}

DIV#header {
}

DIV#footer{
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 40px;
	width: 390px;
}

DIV#introtext {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	width: 390px;
}

DIV#introtext P {
	text-align: justify;
}

DIV#threeImages {
	/* margin-left: 60px;
	*/
	position : absolute;
	top : 210px;
	left : 540px;
}

DIV#threeImages IMG {
	/* margin-right: 60px; */
	display: block;
	margin-bottom: 20px;
}

H1 {
	font-size: 1.5em;
	/*color: #008000;*/
	background-color: silver;
	color: White;
	width: 565px;
	padding:5px;
	margin-bottom: 1em;
}

P {
	margin-bottom: 1em;
}

TD {
	vertical-align: top;
}

A.nav:link, A.nav:active, A.nav:visited  { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.nav:hover   { 
	text-decoration: none ; 
	color: White;
}

A:link, A:active, A:visited  { 
	text-decoration: underline ; 
	color: Black; 
}
A:hover   { 
	text-decoration: none ; 
	color: White;
	background-color: Black;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	text-decoration: none ; 
	font-weight: bold; 
	color: Gray; 
}
A.rockmill:hover   { 
	text-decoration: underline ; 
	color: Red;
}
.rockmill   { 
	color: Gray;
}
.footer   { 
	color: Gray;
}




