/* CSS Document */
body	{
	font-size: 18px;
	background-image:url(../images/parchment.jpg);
	padding: 20px;
	font-family:"Bookman Old Style";
}

h1		{
	font-size:30px;
	color:#990000;
	text-align:center;
}

h2	{
	font-size:20px;
	color: #000099;
	text-align:center;
}

p	{
	text-align:justify;
}

