/* $Id: Grey.css, v 2.0 $ */


/*--------------- Body ---------------*/

BODY {
  background: #ccc url();
  color: #000;
  margin-top: 0;
  scrollbar-base-color: #ccc;
  scrollbar-track-color: #e0e0e0;
}

/*------------- Divisions ------------*/

.main {
  border: 0;
  margin: 0 auto;
  padding: 0;
  width: 99%;
}
.format, .siteNavigation, .wiffy, .wiffytop {
  border: 1px solid #000;
}
.wiffytop {
  border-top: 0;
}
HR {
  color: #000;
  background-color: #000;
  height: 1px;
  width: 100%;
}

/*--------------- Text ---------------*/

CODE, BLOCKQUOTE {
  background-color: #999;
}
.txttop {
  text-align: left;
}

/*--------------- Lists --------------*/

SELECT {
  color: #000;
  background-color: #999;
}

/*---------- Site Navigation ---------*/


/*-------------- Images --------------*/

.whiteonwhite {
  color: #000;
  background-color: transparent;
}

/*--------------- Links -------------*/

A, .hrim, .sdimg {

  color: #339;
  text-decoration: none;
}
A:visited {
  color: #900;
}
A.hrim:link, A.hrim:visited,
A.OIimg:link, A.OIimg:visited,
A.sdimg:link, A.sdimg:visited {
  border-color: #ccc;
}
#curpg, A:active, A:hover,
A.hrim:active, A.hrim:hover,
A.OIimg:active, A.OIimg:hover,
A.sdimg:active, A.sdimg:hover,
A.words:active, A.words:hover {
  background-color: #999;
  border-color: #999;
  color: #000;
}
