html {
  height: 100%;
}

body {
  background-color: #E6F2F2;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #AAB3B3;
  color: #414143;
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}

@media print {
  body {
    background-color: #FFF;
  }
}
.main {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: inherit;
  color: inherit;
}