/* Style Sheet for Index.html 	margin-left: -3px;*/

body	{
	background: url("parchment.gif");
	background-repeat: repeat;
	}

h3	{
	color: #060;
	background-color: white;
	}

h4	{
	color: #060;
	background-color: white;
	}

hr	{
	background-color: #000099;
	}

#navigation	{
	border-right: solid #99ff99;
	border-left: solid #99ff99;
	width: 767px;
	text-align: center;
	background-color: #99ff99;
	color: #000000;
	}

#title	{
	border-top: solid #99ff99;
	border-right: solid #99ff99;
	border-left: solid #99ff99;
	width: 767px;
	text-align: center;
	background-color: #99ff99;
	color: #000000;
	}

#content	{
	width: 767px;
	text-align: center;
	border-right: solid #99ff99;
	border-left: solid #99ff99;
	background-color: white;
	color: #000000;
	}

#footer	{
	width: 767px;
	text-align: center;
	background-color: white;
	border-right: solid #99ff99;
	border-left: solid #99ff99;
	border-bottom: solid #99ff99;
	color: #000000;
	}