body,html {
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    padding: 0px;
    margin:0px;
    width: 100%;
    height: 100%;
}

p {
    margin-bottom : 4px;
    text-align : justify;
}

a, a:visited {
    color: #008000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #00D400;
}

h1 {
  font-family: Verdana, sans-serif;
  color: #008000;
  font-size:16pt;
  font-weight:bold;
  margin-top:0px;
  margin-left:-20px;
  text-align: left;
}

h2 {
  font-size: 13pt;
  color: #008000;
  margin-top:7px;
  font-family: Verdana, sans-serif;
  font-weight:bold;
  text-align: left;
}

h3 {
  font-size: 11pt;
  margin-top:12px;
  font-family: Verdana, sans-serif;
  font-weight:bold;
  text-align: left;
}

img {
  border: 0px;
}


.box1 {
  width:980px;height:560px;border:3px solid #008000;margin:0px;padding:0px;
background-color: #FFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(border-radius.htc);
}


.box2 {
  border: 1px solid #008000;
text-align:center;width:400px;font-size:20pt;margin-top:50px;margin-left:15px;
background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}