body {
		background-color: #323278;
		background-image: url(moon.gif);
		color: White;
		font-family: "comic sans ms", "arial", "sans-serif";
		padding: 1em 2em 1em 2em;
	}

h1 {	font-family: "comic sans ms", "arial", "sans-serif";
		font-size: 300%;  
		font-weight: normal;
		text-align: center;
  }

h2 {	font-family: "comic sans ms", "arial", "sans-serif";
		font-size: 200%;  
		font-weight: normal;
  }

h3 {	font-family: "comic sans ms", "arial", "sans-serif";
		font-size: 150%;  
		font-weight: normal;
  }

HR {
    height: 2px;
    width: 80%;
    color: Red;
	background-color: Red;
	margin-top: 1em;
	margin-bottom: 1em;
   }

	a:link {
		color: aqua;
		text-decoration: none;
	}

	a:visited{
		color: silver;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: Yellow;
	}

.cartouche {
	margin: 1em 3em;
	padding: 1em;
	background-color: #323278;
	border: 5px double #636BEF;
}

