body
{
  background-image: url("/bioinfo-common/bmincewhite.gif");
  background-repeat: repeat;
}

h1
{
  font-family: sans-serif;
  font-size: x-large;
  color: #00A0A0;
}

h2
{
  font-family: sans-serif;
  font-size: medium;
  color: #00A0A0;
}

h3
{
  font-family: sans-serif;
  font-size: large;
  color: #00A0A0;
}

h4
{
  font-family: sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 7px;
  color: #000000;
}

h5
{
  font-family: sans-serif;
  font-size: small;
  color: #00A0A0;
}

p, tr, td
{
  font-family: sans-serif;
  font-size: small;
  color: #000000;
}

td.date
{
  color: #00A0A0;
  width: 8em;
  text-align: center;
}

td.category
{
  color: #00A0A0;
  width: 8em;
  text-align: left; 
}

/* Links */

a
{
  color: #00A0A0;
}

a:link, a:active
{
  color: #00A0A0;
}

a:visited
{
  color: #003366;
}

/* Lists */

li
{
  color: #00A0A0;
  list-style: disc;
}