body {

	background-color:#FFFFFF;

	font-family: 'PT Serif', serif;
	
	color:#000000;

	font-size:14pt;

	font-style:normal;

	text-align:center

}

h1 {

	font-size:20pt;

	font-variant: small-caps;

	/*font-weight:bold;*/

	color:#27408B;

	/*color:#e25303;*/

	margin-top: 25pt;

	margin-bottom: 0pt;
}

h2 {

	font-size:16pt;

	font-variant: small-caps;

	/*font-weight:bold;*/

	color:#000000;

	margin-top: 0pt;

	margin-bottom: 0pt;
}

h3 {

	font-size:14pt;

	font-weight:bold;

	color:#000000;

	margin-bottom: 0pt;
}

h4 {

	font-size:8pt;

	font-weight:bold;

	color:#000000;
}


p {

	font-size:13pt;

	font-weight:bold;

	color:#000000;
}

a:link {
	font-family: 'PT Serif', serif;
	
	/* font-size:12pt; */
	
	/*color:#333399;*/

	color:#4169e1;
	
	text-decoration:none;
	
	font-weight: normal;

}

a:visited {

	font-family: 'PT Serif', serif;

	/* font-size:12pt; */

	color:#4169e1;

	text-decoration:none;
}

a:hover {

	font-family: 'PT Serif', serif;

	/* font-size:12pt; */

	color:#e25303;

	text-decoration:none;

	text-decoration-line:none;
}

a:active {

	font-family: 'PT Serif', serif;

	/* font-size:12pt; */

	color:#e25303;

	text-decoration:none;

	text-decoration-line:none;
}

footer {
  position: fixed;
  
  padding: 10px;
  
  bottom: 0;
  
  left: 0;
  
  right: 0;

}
