* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
html {
	font-size: 0.7em;
	color: #4A4A4A;
}
body {
  text-align:center;
	background-color: #6F748C;
}
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  /* height: 100%; */
}

a:link { COLOR: #4A4A4A; TEXT-DECORATION: none;	font-weight: bold;}
a:visited { COLOR: #4A4A4A; TEXT-DECORATION: none;	font-weight: bold;}
a:active { COLOR: #4A4A4A; TEXT-DECORATION: none;	font-weight: bold;}
a:hover { COLOR: #4A4A4A; TEXT-DECORATION: underline ;	font-weight: bold;}

h1 {font-size: 1.3em;  }
h2 {font-size: 1.2em;  }
h3 {font-size: 1.1em;  }
h4 {font-size: 1.0em;  }
h5 {font-size: 0.9em;  }
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0;
}
h3 {
  padding: 8px 3px 0 0;
}
hr {
	/* background-color: #C9CAD1; */
	/* border-bottom: 1px solid black; */
	height: 1px;
	line-height: 1px;
}
form {
	margin: 0;
	padding: 0;
	
}

