html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
  font-family: verdana, hevetica, sans-serif, arial;
  background: #c6d7e7;
}

h1 {
	text-align:left;
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:normal; font-size:20pt;
  color:#13212d;
}
a { text-decoration: none; color: #1a4060; }
a:hover { text-decoration: underline; color: #0099ff; }
a img {
  border: none 0;
}

p {
  margin:0 0 1em 0;
  text-align:justify;
}