body {

	background-color:#FFFFFF;

	font-family:arial, sans-serif;

	color:#000000;

	font-size:12pt;

	font-style:normal;

}

h1 {

	font-size:12pt;

	font-weight:bold;

	color:red;
}

h2 {

	font-size:12pt;

	font-weight:bold;

	color:#000000;
}

h3 {

	font-size:14pt;

	font-weight:bold;

	color:#000000;
}

h4 {

	font-size:8pt;

	font-weight:bold;

	color:#000000;
}


p {

	font-size:13pt;

	font-weight:bold;

	color:#000000;
}

a:link {
	font-family: arial, sans-serif;
	
	/* font-size:12pt; */
	
	color:#333399;
	
	text-decoration:none;
	
	font-weight: normal;

}

a:visited {

	font-family: arial, sans-serif;

	/* font-size:12pt; */

	color:#333399;

	text-decoration:none;
}

a:hover {

	font-family: arial, sans-serif;

	/* font-size:12pt; */

	color:#CC0000;

	text-decoration:none;

	text-decoration-line:underline;
}

a:active {

	font-family: arial, sans-serif;

	/* font-size:12pt; */

	color:#CC0000;

	text-decoration:none;

	text-decoration-line:none;
}

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

}
