body
{
  margin: 0px;
  padding: 0px;
  background-color: #DFE0FF;
}

body, td
{
  font-family: "Comic Sans MS", helvetica, arial, geneva, sans-serif;
  font-size: 14px;
  color: #000000;
}

.headline
{
  font-size:16px;
  font-weight: bold;
  color:#000000
}

.text, .sjr-text
{
  font-size:14px;
  color:#000000 
}

h1, .title, .sjr-h1
{
  font-size:16px;
  font-weight:bold;
}

h2, .sjr-h2
{
  font-size:16px;
  font-weight:bold;
  text-decoration: underline;
}

A:link           {text-decoration: underline; color: #000000}
A:visited        {text-decoration: underline; color: #000000}
A:hover          {text-decoration: none; color: #FF0000}
A:active         {text-decoration: underline; color: #000000}

input
{
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 14px;
  color: #000000;
  border-width: 1px;
  border-style: inset;
  border-color: #707070;
}

textarea
{
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 14px;
  color: #000000;
  border-width: 1px;
  border-style: inset;
  border-color: #707070;
}

select
{
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 14px;
  color: #000000;
  border-width: 1px;
  border-style: inset;
  border-color: #707070;
}

.submit
{
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff0000;
  border-width: 1px;
  border-style: outset;
  border-color: #707070;
  cursor: pointer;
}

hr
{
  height: 1px;
  clear: both;
}

.textversion
{
  font-size: 12px;
}
