body {
  font-family : "Trebuchet MS", "Times New Roman", Times, serif;
}

img {
  display:block;
}

h2, h3, h4 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #ff0000;
}

a:active, a:link, a:visited {
  font-weight : bold;
  text-decoration : none;
}

a:hover {
  font-weight : bold;
  text-decoration : none;
  color : #ff0000;
}

.grey {
  color : #999999;
}

.bullet {
  list-style-image : url(star.gif);
  font-size : larger;
}

.inline {
  display:inline;
}

.inputtable {
  background-color: #CCCCCC;
  border: 1px #000000 solid;
}

