html, body
        {
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        margin:0px;
        padding:0px;
        font-family:'Arial','Tahoma','Verdana',sans-serif;
        font-size:16px;
        color:#003333;
        }
h1, h2, h3
	{
	font-family:'CG Omega','Arial','Tahoma','Verdana',sans-serif;
	font-weight:700;
	color:#003333;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	}
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }

body div {
  width:100%;
  margin-top:10%;
  text-align:center;
}
img {
  border-style:solid;
  border-width:0px;
  margin-bottom:5%;
}
a {
  text-decoration:none
}
