@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body .style1 {
	color: #003366
}
body {
	background-color: #660000;
}
.style1 {
	font-family: "Baskerville Old Face", "Bell MT";
	color: #660000;
}
.style2 {
	font-family: "Baskerville Old Face", "Bell MT";
	color: #660000;
	font-weight: bold;

</style>
	
p {
  text-indent: 50px;
}
	p {
  font-family: "Helvetica, Arial, Tahoma", 
	  serif;
}
	P {font-size: 16}
</body>
</html>