/*

   Sixteen Web colors:

   aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, 
   olive, purple, red, silver, teal, white, and yellow.

*/

pre
{
   padding: 20px;
   background-color: gray;
}

code
{
   font-family: monaco, "Courier New", monospace;
}

body, p
{
   font-family: georgia, serif;
   color: black;
   text-align: left;
   background-color: white;
   margin: 2em 5em 2em 5em;
}

p
{
   font-size: 1em;
   margin: 1em 0em 1em 0em; /* Override the body elements for 
                                  top, right, bottom, and left */
}

i
{
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size: 12px;
   text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
   font-family:      "Trebuchet MS", Helvetica, Arial, sans-serif;
   letter-spacing:   2px;           /* space between letters */
   color:            black;         /* #006699; */
   margin-top:       5px;           /* top margin */
   text-decoration:  none;          /* no decoration of text */
   text-align:       left;
   padding:          12px;          /* padding bet edges of text and
                                       and outer edge of header */
   background:       #a9a9a9;       /* background color is gray */
}

.plain
{
   padding:    0px;
   background: white;
}

h1.center
{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 22px;
   text-align: center;
   letter-spacing: 60px;
   color: #006699;
   margin-top: 18px;
   padding-bottom: 12px;
   padding-top: 6px;
}

/* ===================================================================
   List Styles
   ================================================================ */

dl
{

}


/* ===================================================================
   Table Styles
   ================================================================ */
table
{
   font-family: Helvetica, Arial, sans-serif;
   empty-cells: show;
   word-spacing: 30px;
   padding: 24px;
}

td
{
   padding: 20px;
}

tr.green
{
   color: black;
   background-color: green;
}


td.heading
{
   color: white;
   width: 5%;
   font-weight: bold;
   background-color: black;
}

td.title
{
   width: 5%;
   font-weight: bold;
   background-color: white;
}

td
{
   width: 5%;
}

td.silver
   { background-color: silver; }
td.gray
   { background-color: gray; }
td.teal
   { background-color: teal; }
td.blue
   { background-color: blue; }
td.aqua
   { background-color: aqua; }

dl
{
   padding: 10px;
   background: #dcdcdc; /* gainsboro */
border: 1px solid black;
}

dt.underline
{
   text-decoration: underline;
   background: #c0c0c0;
padding: 10px;

}

