body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#divCenter
{
  margin: 0 auto;
  width: 710px;
}

#divHeader
{
  text-align: center;
  border-bottom: 1px dashed black;
}

#divFooter
{
  text-align: center;
  padding-bottom: 200px;
  margin-top: 30px;
}

#divInstructions
{
}

.bigText
{
  font-size: large;
}

.errorText
{
  color: red;
}

.paraLeft
{
  text-align: left;
}

.paraCenter
{
  text-align: center;
}

.divClear
{
  clear: both;
}



