﻿/*

   Main style sheet
   Author: Eric Hughes
   Date:   8/30/2015

   Filename:         freeStyles.css
   Supporting Files: 
   
*/
/*
   specific styles for index page
*/
footer {
	clear: both;
}
h2#mainIndex {
	text-align: center;
	color: white;
	font-family: BayScript;
	font-size: 60px;
}
img {
	padding: 45px;
	border: thick;
	border-color: navy;
	float: right;
}

div#pP {
	padding-top: 45px;
}