/*
   New Perspectives on HTML and CSS
   Tutorial 
   Case Problem 

   my page Style Sheet
   Author: Cori Smith
   Date:   03/20/2016

   Filename:         stylesheet.css
   Supporting enter.htm
*/


   /*Header Styles*/
   
header{
	font-size:50px;
	text-align:center;
}

h2{
	font-size:35px;
}

   