﻿/*External Style Sheet Created by Dan Occhipinti*/
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 inset #800000;
	border-color: #000080;
}
