/* rust in the desert */

/* Body */

body { 
  background-color: #CCCCCC;
/*background-color: #9999CC;*/
  font-family: verdana, Helvetica, sans-serif;
  color: #000000;
/*color: #333333;*/
  font-size: 10;
  font-weight: normal;
  margin-left:2%;
  margin-right: 2%; 
}
pre { font-family: monospace; } /* recommended from W3C */

h1,h2,h3,h4 {
  font-family: verdana, sans-serif;
  color: #000000;
}

h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }

h3 { background-color: #FF9999; }



#P { line-height: 200% }
#UL { font-size: 70% }
#LI { font-size: 90% }
#big { font-size: 120% }
#upper { text-transform: uppercase } 

/* Links */

/*
:link { color: #FCE95C }  /* for unvisited links */
/*
:visited { color: #FCE95C }  /* for visited links */
/*
:active { color: 006600 } /* when link is clicked */
/*
:hover { color: blue } /* when mouse is over link */

/* Tables */
table {
/*  margin-right: -15% */
  font-family: verdana, sans-serif;
  font-size: 90%;
  font-weight: normal;
  border-width: 0;
  /*background: black; 
  border-color: white;*/
}
