/* CIT 591 */
/* ---------- page header ---------- */

p.mainHeader {
  padding: 0.05in;
  background-color: #FFFF66;
  border-color: #FF3300;
  color: #660000;
  border-style: groove;
  border-width: 0.1in;
  font-family: Arial, Helvetica, sans-serif;
}

span.head {
  font-size: 1.6em;
  font-weight: bold;
}

span.subhead {
  font-size: 1em;
  font-weight: bold;
}

/* ---------- page body, general ---------- */

body {
  background-color: #FFFFFF;
}

/* ---------- header properties ---------- */

h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #660000;
}

strong.stronger {
  font-size: 120%;
}

/* ---------- table properties ---------- */

table {  
  background-color: #FFFFFF;  }

/* ---------- table for LAYOUT properties ---------- */

td.layout, table.layout {
  background-color: #FFFFFF;
}

/* ---------- lists ---------- */

li {
  margin-top: 3px;
}

dl {
  margin-left: 40px;
}

dt {
  margin-top: 15px;
}

/* ---------- anywhere ---------- */

.indent {
  margin-left: 40px;
}

.definiendum {
  font-style: italic;
  color: #CC0000;
}

.important {
    color: #C00;
    font-weight: bold;
}

.comment {
  color: #006600;
}

/* ---------- code ---------- */

code {
  font-family: "Bitstream Vera Sans Mono", Monaco,
                 "Lucida Console", monospace;
  font-weight: bold;
  font-size: 100%;
  color: #660000;
}

code.multiline pre, pre code.multiline {
  display: block;
  background: #FFFFCC;
  color: #660000;
  font-size: 100%;
  border: 1px solid #CC6600;  
  margin-left: 0.25in;
  margin-right: 0.25in;
  padding: 4px;
  overflow: hidden;
}

code.comment {
  color: #009900;
}