img {
  margin: 0px;
  border: 0px;
}

h1 {
  font-family: "Verdana";
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
  color: green;
}
h3 {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #0000FF;
	font-size: 16px;
}

h4 {
	margin: 0px 0 7px 0px;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
}

h5 {
  margin: 0px 10% 0px 40px;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
}

p {
  margin: 0px 100px 12px 40px;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
}

p.image {
  margin: 10px 0px 0px 0px;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
  text-align:right;
}

a {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: normal;
}
a.small {
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
}
#main {
  padding: 4px;
  float: right;
  margin-left: 25px;
  width: 70%;
}
#click {
	position:fixed;
	right: 220px
}

