body {
	font-size : 12pt;
	font-family : Jester;
	margin-left : 10pt;
	margin-right : 10pt;
	line-height : 16pt;
	color: Teal;
	
	}
							 
h1 {
	font-family: &quotJester&quot;
	font-style: normal;
	color: teal;
	text-align: center;
  }


h2 {
font-family: &quotJester&quot;
font-style: normal;
color: teal;
text-align: center;
}

h3 {
font-family: &quotJester&quot;
font-style: normal;
color: violet;
text-align: center;
}


p.a {
	font-family: &quotJester&quot;
	font-size: 18pt;
	font-style: normal;
	text-align: center;
	color: crimson;
	margin-left: 28pt;
	}

p.b {
	font-family: &quotJester&quot;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	color: red;
	margin-left: 28pt;
	}	
	
p.c {
	font-family: &quotJester&quot;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	color: yellow;
	margin-left: 28pt;
	}
	
p.d {
	font-family: &quotJester&quot;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	color: green;
	margin-left: 28pt;
	}
	
p.e {
	font-family: &quotJester&quot;
	font-size: 12pt;
	font-style: normal;
	text-align: left;
	color: coral;
	margin-left: 28pt;
	}

a {text-decoration: none;}
a:link {color: yellow;}
a:visited {color:blue;}
a:active {color:white;}
	
	
div.footnote {
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	color: teal;
	}