body
{
  font-size: 12px;
  font-family: verdana,helvetica,arial,sans-serif;
}

h1
{
  font-size: 14px;
}

*.box
{
  background-color:#f1f1f1;
}

.news 
{
  margin-left: 10px;
  padding: 5px;
  border: thin;
  width: 560px;
  background-color: #FFFFCC;
}

table
{
  border-collapse: separate
  border-spacing: 10px
}

*.question
{
  font-style: italic;
}

*.answer
{
  margin-left: 40px;
}

*.prompt
{
  /*font-weight: bold*/
}

*.prompt-help
{
  font-size: 10px;
  font-style: italic;
}

*.help
{
  font-size: 10px;
  font-style: italic;
  font-weight: lighter;
  margin-left: 40px;
  width: 500px;
  background-color: #FFFFCC;
}

*.titlerow
{
  background-color: #FFFFCC;
  font-weight: bold;
}
