		body {
			background-color: #EABEC3;
			font-family: Arial, monospace;
		}
		:link { color: 	#690517;
			text-decoration: none;}  /* for unvisited links */
		  :visited { color: #690517; 
			text-decoration: none;}  /* for visited links */
		  :active { color: white; 
			text-decoration: none;}  /* when link is clicked */
		   :hover { color: white; 
			text-decoration: none;}  /* when mouse is over link */
		p.sansserif {
			font-family: Arial, sans-serif;
		}
		h1 {
			color: #9C225D;
			text-align: left; 
			font-family: arial, sans-serif;
			font-size: 50px;
		}
		h2 {
			color: #9C225D;
			font-family: arial, sans-serif;
			font-size: 35px;
		}
		h3 {
			color: white;
			font-family: arial, sans-serif;
			font-size: 25px;
		}
		h4 {
			color: white;
			font-family: arial, sans-serif;
			font-size: 15px;
		}
		a {
			color: white;
			font-family: arial, sans-serif;
			font-size: 15px;
		}
		footer {
			color: white;
			text-align: center; 
			font-family: arial, sans-serif;
			font-size: 15px;
		}
	
	