html, body, a, h1, h2, h3, h4, h5, h6, input, th, td, iframe, option, select {
  font-family: "Arial", Helvetica, sans-serif;
}

a:link {
	color: #557700;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #557700;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
  color: #112233;
  background-color: tranparent;
  text-decoration: none;
}
h1 {
  color: #112233;
  font-size: 300%;
}
h2 {
  color: #112233;
  font-size: 100%;
}
h3 {
  color: #224466;
  font-size: 90%;
  font-weight: normal;
}
h4 {
  color: #112233;
  font-size: 80%;
  font-weight: normal;
}
h5 {
  color: #112233;
  font-size: 60%;
  line-height: 9px;
  font-weight: normal;
  margin-bottom: 0px;
}
h6 {
  color: #112233;
  font-size: 100%;
}
input[type=radio] {
  color: #112233;
  font-size: 60%;
}
iframe {
	border: none;
	background:transparent;
	background-image: none;
}
img:hover {
    cursor: pointer;
}
