body {
		background: #058205;
		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;
  }
  
.cartouche {
	margin: 20px 10%;
	padding: 1em;
	border: double 5px #C0FFC0;
}

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

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

	a:visited{
		color: #C0FFC0;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #80FF80;
	}

