/*
  Tom Bullock
  www.tbullock.com/css/screen.css
  Standard Style Sheet for Screens
*/

BODY {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 3px;
  background: white none;
}

P {
  margin-top: 0;
  margin-bottom: 0.5em;
}

UL, OL, TH, TD, CAPTION {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top:    0.8em;
  margin-bottom: 0.8em;
}

H1, H2, H3 {
  color: black;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

H1 { font-size: 1.3em; }
H2 { font-size: 1.2em; }
H3 { font-size: 1.1em; }

A:link    { color: #0000EE; background: transparent; }
A:visited { color: #551A8B; background: transparent; }
A:focus   { color: #FF0000; background: transparent; }  /* Gecko tab */
A:hover   { color: #FF3300; background: transparent; }  /* mouse over */
A:active  { color: #FF0033; background: transparent; }  /* MSIE tab click */

HR {
  margin-top:    0.2em;
  margin-bottom: 0.2em;
  margin-left:   0;
  margin-right:  0;
  border: 0;
  height: 1px;
  color: silver;
  background-color: silver;
  clear: both;
/*border-top: 7px solid blue;   */      /* Works in Mozilla  */
/*border-bottom: 7px solid black; */    /* Works in Mozilla  */
/*border-left: 37px solid red; */       /* Works in Mozilla  */
/*border-right: 79px solid yellow; */   /* Works in Mozilla  */
/*width: 100%;  This trashes NS 4.7 */
}

FORM, OL, UL, DL {
  margin-top: 0;
  margin-bottom: 0;
}

/* For <TABLE> nice thin lines */
.FINELINE {
  border-collapse: collapse;
  border: 1px solid silver;
  color: black;
  background-color: white;
}
.FINELINE TH, .FINELINE TD {
  border: 1px solid silver;
  empty-cells: show;
}

.red {
  color: #D00;
}

.center {
  text-align: center;
}

.left {
  float: left;
  margin-right: 0.6em;
  margin-left: 0;
  /*position: relative;  fucks up NS 4.7 */
}

.right {
  float: right;
  margin-left: 0.6em;
  margin-right: 0;
  /*position: relative;  fucks up NS 4.7 */
}

.clear {
  clear:both;
}

.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

TABLE.center {
  margin-left: auto;
  margin-right: auto;     /* Center table */
}

IMG.left {
  margin-left:  0;
  margin-right: 0.4em;
}

IMG.right {
  margin-left:  0.4em;
  margin-right: 0;
}

IMG {
  border: none;     /* for links in MSIE and Gecko */
}
