body {
	background-image: linear-gradient(to left, gray, white);
	color: black;
	text-align: center;
	font-size: 15px;
	font-style: arial;
} 

header {
	color: purple;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 70px
}

 h1, h2 {
  color: lightpurple;
  text-align: center;
  font-style: italic;
}
  
 p {
  font-family: verdana;
  font-size: 15px;
  color: lightblack;
  text-align: center;
  font-style: italic;
 }
 
 ol {
	 font-family: Arial;
	 font-size: 15px;
	 color: lightblack;
	 text-align: center;
 }
 
 footer {
	 color: black;
	 font-size:10px;
	 text-align: left;
 } 
   
 #page {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	} 