body {
  background: #ffffff;
  color: #000000;
  font-weight: normal;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
  margin-left: 0;
}

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

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

a:active {
  color: #000000;
  background: none;
  text-decoration: none;
}

.heading {
  font-size: 14px;
  font-weight: bold;
  font-family: verdana, tahoma, arial, sans-serif;
  text-decoration: underline;
  color: #000000;
  line-height: 15px;
}

.footer {
  font-size: 9px;
  font-weight: normal;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #000000;
  line-height: 15px;
}

input.search {
  font-size: 9px;
  font-weight: normal;
  font-family: verdana, tahoma, arial, sans-serif;
  width: 80px
}

