body {
  background-color: #CDFFFF; /* default background color */
  color: #FF0000; /* default text color */
}

h1, li, td, th, tr, table {
  border-color: #740000;
}

*:link {
    color: #359191; /* color for links that user has not followed */
}
*:visited {
    color: #359191; /* color for previously visited links */
}

.who_are_we * {
  /* Background and text color for the small table at the top of the
     page that contains the NCEP, EMC, and hurricane forecast project
     links: */
  background-color: #740000;
  color: #359191;
}
