
body {
  background-color: #B7B787;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: smaller;
}

h1,h2,h3,h4 {
  font-size: small;
  font-weight: bold;
}


a:link {
  color: blue;
  text-decoration:underline;
}

a:visited {
  color: purple;
  text-decoration:underline;
}

a:active {
  background-color: blue;
  color: white;
  text-decoration:none;
}

a:hover {
  color:red;
  text-decoration:underline;
}

table.body {
  font-size: smaller;
}

div.body {
  font-size: smaller;
  border-width: 10px;
  border-style: solid;
  border-color: white;
}

div.footer {
  font-size: 10px;
}

div.smalltext {
  font-size: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
}

div.footerband {
  font-size: 10px;
  color: white;
}

div.computer {
  font-family: courier, courier new;
  font-size: 10px;
  border-width: 50px;
  border-style: solid;
  border-color: white;
}

.img_underline_align {
  margin-bottom: -2px;
}