/*
-----------------------------------------------
<del>stopdesign</del>
  m e z z o b l u e screen master
author:   <del>douglas bowman</del>
  d a v e   s h e a
version:  <del>20 Oct 2003</del>
  1   A p r   2 0 0 4
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");
@import url("color.css");
@import url("titles.css");
@import url("forms.css");


body {
  background:#fff;
  color:#000;
  }


/* Titles
----------------------------------------------- */
h1 {
  color:#036;
  }
h2, h3, h4 {
  color:#369;
  }
hr {
  margin-top:1em;
  }


/* Tables
----------------------------------------------- */
th, td {
  text-align:left;
  vertical-align:top;
  }
.highlt th, .highlt td {
  background:#ffc;
  }
.highlt th {
  color:#c00;
  }


/* Miscellaneous
----------------------------------------------- */
a img {
  border-width:0;
  border-style:none;
  color:#fff;
  }
.time {
  color:#999;
  }
.date {
  color:#f90;
  white-space:nowrap;
  text-transform:lowercase;
  }
.sub {
  color:#666;
  font-weight:normal;
  }
.sub strong {
  color:#000;
  font-weight:bold;
  }
.arrow {
  color:#f30;
  }

