﻿h1
{
  color: White;
  background-color: Teal;
}
body
{
 font-family: tahoma, helvetica, sans-serif;
 font-size: large;
 /*font-size: medium;
 font-style: italic;
 font-weight: bold;*/
 color: Teal;
}
table
{
 /*color:Black;*/
 border: 0px;
}

.leftcol
{
  width: 640px;
}

.rightcol
{
  width: 160px;
}

.freecell
{
  width: 100px;
}

.submitbutton
{
  color : Teal;
  font-size:medium;
  font-style: italic;
  font-weight: bold;
}

.messageid
{
  color: Olive;
}

.footer
{
  font-size:x-small;
  color: Black;
  text-align: center;
}

.optionscell
{
  border-width: 0px;
}

.valuecell
{
  color: Black;
  text-align: center;
}

.helptext
{
  font-size: small;
  font-style: normal;
  color: Gray;
}

.rettext
{
  font-size: small;
}

.news
{
  font-size: xx-small;
  font-style: italic;
  color: DimGray;
}

a:link
{
  color: Teal;
}

a:visited
{
  color: Teal;
}

