html {
  height: 100%;
  margin-bottom: 1px;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
    color: blue;
}

a:hover {
	text-decoration: none;
  //color: rgb(0,0,255);
}