body {
font-family: Arial, Helvetica, sans-serif;
}

p {
  font-family: Arial, Helvetica, sans-serif;
}
  
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt
  font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt
  font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
  font-style: normal;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt
  font-style: normal;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt
  font-style: normal;
	font-weight: bold;
}

a {
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
color:#286ea0;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
color:#286ea0;
}

a img {
border:0;
}