body {
	background-color: white;
	color: black;
	margin-left: 5%;
	margin-right: 5%
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: arial, helvetica, sans-serif;
	left-indent: 2em
}

p {
	text-align: justify;
	text-indent: 2em
}

p.initial:first-line { 
	text-transform: uppercase;
	text-indent: 2em
}

p.initial:first-letter {
	float: left;
	font-size: 200%
}

p.date, p.closing {
	text-align: right
}

p.slogan {
	text-align: center;
	font-style: italic;
	color: #FFCC33
}

em.signature {
	font-family: cursive, sarif;
	font-size: large
}

a:hover {
	color: red;
	background-color: yellow
}
