/* Feldman site css file */

/* Define body background, color, and font */

 body
 {
  background-color: #FFE6CC;
  color: #996666;
  font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0;
 }

/* h1 tags */

 h1
 {
  color: #8A0000;
  font-family: arial,helvetica,sans-serif;
  font-size: 23pt;
  font-weight: bold;
  text-align: center;
 }

/* Links in floating text boxes */

a.navbar
 {
  float: right;
  width: 100px;
  padding: 12px;
  border-left: 4px solid #A95B5B;
  border-right: 4px solid #A95B5B;
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
 }

 a.navbar:link
 {
  color: #A95B5B;
  background-color: #FFE6CC;
 }

 a.navbar:visited
 {
  color: #A95B5B;
  background-color: #FFE6CC;
 }

 a.navbar:hover
 {
  color: white;
  background-color: #A95B5B;
 }

 a.navbar:active
 {
  color: #FFCC66;
  background-color: #CC6633;
 }

/* td for links */

 td.links
 {
  background-color: #FFCC99;
 }
