@font-face {
  font-family: Myfont Black;
  font-style:  normal;
  font-weight: normal;
  src: url(PRESENT1.eot);
}

@font-face {
  font-family: Myfont;
  font-style:  normal;
  font-weight: normal;
  src: url(PRESENT0.eot);
}

BODY {
  background-color: rgb(255,255,255);  /* OR #ffffff; */
  background-image: url(./BannerBorderNoText.jpg);
  background-position: top;
  background-repeat: no-repeat;  /* no-repeat - does not tile repeat-x - horizontal repeat-y - vertical*/
  background-attachment: scroll;  /* fixed - does not scroll   */
  margin-top: 155px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Myfont, helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
}

H2 {
  color: rgb(200,120,0);
  font-family: Myfont Black, helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
}

H3 {
  color: rgb(200,120,0);
  font-family: Myfont Black, helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
}

P {
  margin-left: 20px;
  margin-right: 20px;
}

UL {
  margin-left: 45px;
  margin-right: 45px;
}

EM {
  font-family: Myfont Black, helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
}

ADDRESS {
  margin-left: 30px;
}

.ReverseText {
  color: rgb(250,220,60);
}

A:Hover {
  color: rgb(255,0,0);
}

.PopupText {
  color: rgb(0,255,0);
}

#CurrentPage {
  color: #00ff00;
}

.ActivateTextEffect {
  color: #0000ff;
}