/* rust in the desert */

/* Body */

body { 
  background-color: #080000;
  font-family: verdana, Helvetica, sans-serif;
  color: #CC9933;
  font-size:12;
  font-weight: bold;
  margin-left:15%;
  margin-right: 15%; }
}
pre { font-family: monospace; } /* recommended from W3C */

h1,h2,h3,h4 { font-family: sans-serif; }
h1,h2,h3,h4 { color: #CC6600  }
h3,h4,h5,h6 { margin-left: -2%; }


#P { line-height: 200% }
#UL { font-size: 70% }
#LI { font-size: 90% }
#big { font-size: 120% }
#upper { text-transform: uppercase } 

/* Links */

:link { color: #FF6633 }  /* for unvisited links */
:visited { color: #CC6600 } /* for visited links */
:active { color: 006600 } /* when link is clicked */

/*:hover { color: rgb(0, 96, 255) } /* rgb color definition */

/* Tables */
table {
/*  margin-left: -4%*/
  font-family: verdana, sans-serif;
  font-size: 12;
  font-weight: bold;
  border-width: 0;
/*  background: black; */
/*  border-color: white;*/
}
#th { font-family: sans-serif; background: rgb(204, 204, 153) }
#td { font-family: sans-serif; background: rgb(255, 255, 153) }
