A {
  color: #FFE4D2;
  text-decoration: underscore;
  }

A:visited {
  color: #FFE4D2;
  text-decoration: underscore;
  }

A:hover {
  color: #FFFFFF;
  text-decoration: underscore;
  }

.BaseFont {
  font-family: Verdana, Arial, Helvetica, sans serif;
  font-size: 10pt;
  color: #F0F0F0;
  text-align: justify;
  }

.MenuFont {
  font-family: Verdana, Arial, Helvetica, sans serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  height: 15px;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
  }

A.MenuLink {
  color: #B72C2C;
  text-decoration: none;
  }

A:visited.MenuLink {
  color: #B72C2C;
  text-decoration: none;
  }

A:hover.MenuLink {
  color: #FFFFFF;
  text-decoration: underline;
  }

H1 {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans serif;
  font-size: 12pt;
  font-weight: bold;
  width: 100%;
  height: 15px;
  border-bottom: #979797 1px solid;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
  margin-bottom: 1px;
  }

.ImageStyle {
  border: #979797 1px solid;
  background: url('./gfx/red_bg.jpg') #000000;
  }
  
.FloaterText {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans serif;
  font-size: 10pt;
  width: 100%;
  height: 12px;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
  }

