

body {
    background-color: silver;
		border-style: ridge;
		
}

h1 {
		  text-align: center;
		  font-family: Courier;	  
		  color: #742eb2;
}

p {
		  font-family: Courier;
		  text-indent: 33%
}
h2 {
		  font-family: Courier;
		  color: #742eb2;
		  text-align: center;
}
    
