/* Evolution Softworks Style Sheet */

/* Layout Blocks */
body { 
  background: white;
  color: black;
  font-family: Optima, sans-serif;
  font-size: 12px;
  margin-left: 3em; 
  margin-right: 3em; 
}

th { 
  font-family: Optima, sans-serif;
  font-size: 12px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

td { 
  font-family: Optima, sans-serif;
  font-size: 12px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}


/* Text Blocks */
p { 
  font-family: Optima, sans-serif;
  margin-top: 0;
  margin-bottom: 0.75em;
}

h1 { 
  font-family: Optima, sans-serif;
  font-size: 200%;
  margin-top: 0.75em;
  margin-bottom: 0px;
}

h2 { 
  font-family: Optima, sans-serif;
  font-size: 120%;
  margin-top: 0.75em;
  margin-bottom: 0;
}

h3 { 
  font-family: Optima, sans-serif;
  font-size: 100%;
  margin-top: 0.75em;
  margin-bottom: 0;
}

h4,h5,h6 { 
  font-family: Optima, sans-serif;
  font-size: 100%;
  margin-top: 0.75em;
  margin-bottom: 0;
}


pre { 
  font-family: monospace; 
  background: "#cccccc";
}

