/*
-----------------------------------------------
geocosm			screen master
author:   		codability
version:  		25 Oct 2003
----------------------------------------------- */


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

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


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



/* Miscellaneous
----------------------------------------------- */
a img {
  border-width:0;
  border-style:none;
  color:#fff;
  }
.time {
  color:#999;
  }
.date {
  color:#f90;
  white-space:nowrap;
  text-transform:lowercase;
  }

