html {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
}

body {
  margin: 0 0 200px;
  padding: 5px;
  background-image: url(/v1/backgnd1.gif);
  background-repeat: repeat;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 192px;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 24px;
}

a:link{
  color: black;
}
a:visited{
  color: black;
}
a:hover{
  color: blue;
}
a:active{
  color: lightblue;
}

.button{
  font-size: 0px;
}
.tab {
  background-size: contain;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18.75px;
  font-weight: bold;
  float: right;
}
.tab + .tab::after {
  content: "|";
}

.navspace {
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  margin-bottom: 14px;
  margin-top: 8px;

  padding-top: 11.5px;
  padding-bottom: 10.9px;

  padding-left: 60px;
  padding-right: 60px;
}

.maricomlink:before {
  content: "Maricom";
  font-weight: bold;
  font-size: 18.75px;
  line-height: 40px;
}
.maricomlogo {
  vertical-align: middle;
}
.icon {
  display: none;
}
