html, body {
  background: #016AA4;
  font-family:Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size:small;
}
h1 {
font-size:large;
color: #A2C333;
}
h2 {
font-size:small;
color: #A2C333;
}
a {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}
p {
	padding-left: 10px;
}