/* this is for general elements throughout the site */

a:link 
	{
	color:transparent;
	background-color:transparent;
	}

body 
	{
	background-color: linen;
	}

h1
	{
	text-align:center;
	color:green;
	background:transparent;
	}

h2
	{
	text-align:left;
	color: red;
	background:transparent;
	}

h3
	{
	text-align:left;
	color: blue;
	background:transparent;
	}
	

p
	{
	text-indent: 1cm;
	text-align: left;
	}



/*this is for the site credit and legal blurb at the bottom of each page*/
p.pageFooter
	{
	font-family: courier;
	font-size: 1;
	text-align: center;
	position: relative;
	top: 10px;
	bottom: 10px;
	}
	
/*this is for the nav bar across the top of each page */
.navbar 
a:hover
	{
	text-decoration: none;
	color: black; 
	background: white; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	}	

