/*
 * us3_resources.css
 *
 * Styles common to the resources subdirectory
 *
 */

table.resources
{
  float            : left;
  margin           : 2em;
  border-collapse  : collapse;
  border           : groove gray 0.5em;
  width            : 16em;
  font-size        : 110%;
}

div#content caption
{
  font-weight      : bold;
  font-style       : italic;
  margin           : 0em auto 1em;
  text-align       : center;
  width            : 16em;
}

table.resources td, table.resources th
{
  text-align       : center;
  border           : solid #999 2px;
  border-style     : ridge;
  padding          : 0.3em 0.6em;
}

table.resources thead th
{
  background-color : #5ef;
}

table.resources tr.lowUV
{
  background-color : #E6E6FA;       /* lavender */
}

