body {
  background: #FFFFFF;
  font: Arial, Helvetica, sans-serif;
  color: #000000;
  cursor: auto;
}
:link {
  color: #bd7331
}
:visited {
  color: #CD0000
}
:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #CD0000;
  cursor:hand;
}
p, table, td, ul, ol {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #000000;
}

/* Header 1 Text*/
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bold;
  color: #bd7331;
  height: 40px;
  background-color: #000000;
}

/* Header 1 No Background*/
.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bold;
  color: #000000;
}
/* Header 2 Text*/
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  color: #000000;
}
/* Primary body text*/
.f1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
}
/* Secondary body txt*/
.f2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #000000;
}

/* Highlight Color #1*/
.highlight {
  color: #bd7331;
  background-color: #000000;
}