
.stuff1 {
    color : Teal;
	font-size : 9pt;
	font-weight : bold;
}

.stuff3 {
		font-size : 14pt;
		font-weight : bold;
}

.stuff4 {
		font-size : 12pt;
		text-align:justify;
		text-justify:newspaper;
}

.stuff5 {
		font-size : 17pt;
		font-weight : bold;
}

.stuff6 {
		font-size : 10pt;
		font-weight : bold;
		text-align:justify;
		text-justify:newspaper;
}

.stuff7 {
		font-size : 10pt;
}

.stuff8 {
		font-size : 12pt;
		font-weight : bold;
		text-align:justify;
		text-justify:newspaper;
}

.stuff9 {
	font-size : 14pt;
	color : #008000;
	font-weight : bold;
	}

.stuff10 {
    color : #FF0000;
	font-size : 11pt;
	line-height : 100%;
	font-weight : normal;
}

br.pagebreak {
            page-break-after : always;
}

H1 {
	font-size : 20pt;
	color : #008000;
	font-family : Script MT Bold;
}

H2 {
	font-size : 20pt;
	color : Navy;
	font-family : Script MT Bold;
}

A:link {color : Blue}
A:Visited {color : Purple}
A:Active {color : Red}
