h1
{
	font-family: Arial, Comic Sans MS;
	color: darkred;
	align: center;
	font-size: 90%;
}

h2 
{
	font-family: Arial, Comic Sans MS;
	color: #003300;
	align: center;
	font-size: 90%;
}
h3
{
	font-family: Poor Richard, Arial, Comic Sans MS;
	color: #003300;
	text-align: center;
	font-size: large;
}

h4
{
	font-family: Arial, Comic Sans MS;
	color: black;
	align: justify;
	font-size: 90%;
}
p
{
	font-family: Arial, Comic Sans MS;
	color: black;
	font-size: small;
}

BODY
{
    	margin-left: 5%;
    	margin-right: 5%;
    	color: black;
    	font-family:Arial, Comic Sans MS;
		font-size: small;
		text-align: justify;
 		background-color:  fdfdf1;
 }

 table, tr, td
 {
     	color: black;
    	font-family: Arial, Comic Sans MS;
		font-size: small;
 }

.Bold
{
	font-family: Arial, Comic Sans MS;
	color: #003300;
	font-weight: bold;
}
.Indent1
{
	text-indent: 22pt;
}
.Indent2
{
	text-indent: 50pt;
}
.Indent3
{
	text-indent: 85pt;
}
.Indent4
{
	text-indent: 80pt;
}

A:link 
{
    color: #003300
}

A:visited 
{
    color: darkgreen
}
