
body
{
  padding:0px;
  margin:0px;
}
body, textarea, input
{
  font-family:Times;
  font-size:18px;
}
a
{
  color:#185887;
  text-decoration:none;
}
a:hover { text-decoration:underline; }

.errorbar
{
  border: 1px solid rgb(208,0,0);
  border-right: 0px;
  border-left: 0px;
  background-color: rgb(254,231,224);
}

.clear {
  clear:both;
}
