﻿/* External style sheet created by Chris Ennis*/

body{
	color:navy;
	font-family:Arial, Helvetica, sans-serif;
	
}
h1 {
	font-family: "Baskerville Old Face", serif;
	font-size: xx-large;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	color: #008080;
	text-decoration: underline overline;
}
h2{
	color:fuchsia;
	
}
h3{
	color:maroon;
}
p.intro {
	line-height: 1.5em;
	background-color: #FFCC99;
}
.border {
	border-style: solid;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	word-spacing: 150%;
	border: medium #000080 inset;
}
