body {
  color: black;
  background-color: white;
}

form {
  display: inline;
}

body, input, textarea, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

input.title {
  font-weight: bold;
  font-size: 14pt;
  height: 40px;
  padding: 4px;
}

textarea {
  width: 370px;
  padding: 4px;
}

h1, h2, h3 {
  font-weight: bold;
  letter-spacing: -1px;
  margin: 1em 0 0.5em 0;
}

h1, h2 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  margin-top: 2em;
  font-size: 12pt;
  font-weight: normal;
}

hr {
  border: 0;
  color: #EEE;
  background-color: #EEE;
  height: 1px;
}

blockquote {
  margin: 0 0 0 1em;
}

table.border {
  margin: 0;
  empty-cells: show;
  border-collapse: collapse;
  padding: 0;
}

table.border td {
  margin: 0;
  padding: 4px;
  border: 2px solid #F5F5F5;
}

p {
  padding: 0 0 0 0;
  margin: 1em 0 1em 0;
}

small, small *, .small, .small * {
  font-size: 7pt;
}

a {
  color: #069;
}

img {
  border: 0;
}

.main {
  padding: 10px;
}

.good, .bad {
  padding: 10px;
  margin-bottom: 10px;
}

.good {
  display: list-item;
  list-style-image: url(/img/good.gif);
  list-style-position: inside;
  color: green;
}

.bad {
  display: list-item;
  list-style-image: url(/img/bad.gif);
  list-style-position: inside;
  color: red;
}

a.plain {
  text-decoration: none;
}
