body {
	font-family: arial,times;
	background: #E7EFDF;
}

.menu {
	background: #C5E5A4;
	font-family: arial black, arial, times;
}

h1 {
	background: #C5E5A4;
	color: #007336;
}

h2 {
	background: #C5E5A4;
	font-size: 20px;
	color: #007336;
	text-indent: 15px;
}

h3 {
	background: #C5E5A4;
	font-weight:normal;
	font-size: 18px;
	color: #007336;
	text-indent: 20px;
}

p {
	 text-align: justify;
}

pre {
	font-family:courier;
	margin-left: 60px;
	font-size: small;
}

.prepre {
	border-style: groove;
}

img {
	border-style: solid;
	border-color: #007336;
}

A:link, A:visited {
	text-decoration: none;
	color:#6A9054;
}

A:hover {
	text-decoration: none;
	color:#866F52;
}