body, td, th, h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td, th {
  font-size: 10pt
}

body {
  background-color: #FFF;
  background-image: url(/img/background.png);
  background-repeat: repeat-x;
}

form {
  display: inline;
}

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: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

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

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
}

blockquote {
  margin: 0 0 0 1em;
}

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

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

a {
  color: #069;
  text-decoration: none;
  border-bottom: 1px solid #CCF;
}

img {
  border: 0;
}

.container {
  padding: 20px;
  width: 720px;
  text-align: left;
  margin: 10px;
  color: black;
}

.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 {
  border: 0;
}

.keywords {
  word-spacing: 4px;
  padding: 8px;
  border: 1px solid whitesmoke;
  line-height: 20px;
  color: whitesmoke;
  text-align: justify;
}

.keywords .selected {
  color: red;
}
