html, body {
      margin: 0px;
      padding: 0px;
      border: 0px;
      font: Arial, Helvetica, sans-serif;
      color: black;
      background-color: #ff9900;
      /* background-color: silver; */
}

body a {
      color: blue;
      text-decoration: none;
      font-weight: bold;
}

body a:hover {
    color: green;
}

td a {
  display: inline;
  position: relative;
  white-space: nowrap;
}

H4 {
  display: inline;
  padding: 5px;
  position: relative;
  text-decoration: none;
  color: black;
  background: #ffff00;
  border: outset;
}

H3 {
    padding: 5px;
    margin: 0px;
    margin-bottom: 5px;
    font: bold;
    background-color: yellow;
    color : black;
    text-decoration: none;
    border: outset;
}

H1 {
    font: bold Arial, Helvetica, sans-serif;
    background: white;
    color : black;
    border: outset;
}

H2 {
    font: bold;
    background: grey;
    color : yellow;
    /* border: solid 1px black; */
}

.desc2 a {
  display: inline;
  position: relative;
  text-decoration: none;
  padding: 5px;
  color: blue;
  background: #ffff00;
  white-space: nowrap;
  line-height: 225%;
  border: outset;
}

.desc2 a:hover {
    background: white;
    color: green;
}

.desc3 {
  border: solid 1.5px black;    
  color: blue;
  background: white;
}

.bluebox {
    padding: 3px;
    background: white;
    text-decoration: none;
    text-align: left;
    border: outset;
}

#footer {
    padding: 10px;
    background-color: silver;
    border: outset;
}

#footer a {text-decoration:none;
  /* font-weight: bold; */
  color: #0000FF;
}

#footer A:hover {color: green;}

.borderstyle td {
  border: solid 1.5px black;
  padding: 5px;
  font-weight: bold;
}

.whitebox {
  border: inset;
  background: white;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

