/*
/ This stylesheet contains per-page overrides and style additions
*/


/* Menu hover color overrides */
.menu .menu-item a:hover
{
  background: #EBBEB7;
}


/* body content background overrides */
.body
{
  background: url(bio.png);
  background-color: #DA655A;
}


/* Scrollbox overrides */
.scrollbox
{
  left: 20px;
  top: 20px;
  width: 680px;
  height: 310px;
  scrollbar-base-color: #DA655A;
}


/* Href color overrides */
a 
{
  color: #4A0503;
}

a:hover
{
  color: #8C211F;
}

/* Table overrides */
td
{
  background: #FBCFC7;
}

th
{
  width: 35px;
  white-space: nowrap;
  text-align: center;
}
