/* style sheet for coach paker */




body 
	{
	background-color: #C2D3C7;
	background-image:url('images/football-field-backround-940.jpg');
	background-repeat: no-repeat
	
	}

p  	{color: black; font-family: Georgia, Garamond, "Times New Roman";}
h1 	{font-size: 225%; font-family: Georgia, Garamond, "Times New Roman";}
h2	{font-size: 175%; font-family: Georgia, Garamond, "Times New Roman";}
h3 	{text-align: center; color: #005100; font-size: 125%; font-family: Garamond, Georgia, "Times New Roman",;}
h4	{font-size: 150%; font-family: Georgia, Garamond, "Times New Roman";}
h5	{font-size: 100%; font-family: Georgia, Garamond, "Times New Roman";}
h6	{font-size: 50%; font-family: Georgia, Garamond, "Times New Roman";}


ol {font-family: Georgia, Garamond, "Times New Roman"}
  
 }


:link 		{ color: Blue }  		/* for unvisited links */
:visited 	{ color: #8E061B } 				/* for visited links */
a:active 	{ color: #008000 } 				/* when link is clicked */
