body {
  font-size:11px;
  font-family:Tahoma;
}

h1 {
  font-family: arial;
  font-size:1.2em;
  text-transform:uppercase;
  font-weight:bold;
  font-family:Arial;
  margin-bottom:8px;
}
h2 {
  font-family: arial;
  font-size:1.1em;
  text-transform:uppercase;
  margin-top:-4px;
}

p, input, th, td {
  line-height:1em;
  font-family:tahoma;
}
p {
  margin-top:8px;
  margin-bottom:7px;
}
  p.info {
    margin:0 0 7px 0;
  }

a {
  color:#00BCF3;
  text-decoration:none;
  font-weight:bold;
  font-family: tahoma;
}
a.black {
  color:#000;
}
a:hover {
  text-decoration:underline;
}