.header1
{
  font-family: comic sans ms, tahoma, arial;
  font-weight: 900;
  font-size: 18pt;
  color: white;
}
.header2
{
  font-family: comic sans ms, tahoma, arial;
  font-weight: 900;
  font-size: 12pt;
  color: white;
}
.header3
{
  font-family: comic sans ms, tahoma, arial;
  font-weight: 900;
  font-size: 14pt;
  color: white;
}
.normal
{
  font-family: comic sans ms, tahoma, arial;
  font-weight: 500;
  font-size: 10pt;
  color: white;
}

.Link
{
  font-family: comic sans ms, tahoma, arial;
  font-weight: 500;
  font-size: 10pt;
  color: white;
}

.floatRight
{
   float: right;
   border-style: solid;
   border-color: white;
   border-width: 1px;
   margin-left: 5px;
}