body {
	background-color: #e7ddd4;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {font-size: 1.2em;}
h2 {font-size: 1em;}
p  {font-size: .8em;}
.style2 {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.style4 {font-size: .95em;}
.style5 {
	color: #660000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



