BODY {
    margin-left: 1.25in;
    margin-right: .75in;
}

A[href] {
  color: #466;
  text-decoration: none;
}
A[href]:hover {
  background-color: #fc2;
  text-decoration: underline;
}

/* different font sizes for different items in the toc */
TR.l1 {
    font-size: 150%;
    border-bottom: solid black 1px;
}
TR.l1 TD { padding-top: 25px; }

TR.l2 { font-size: 100%; }
TR.l3 { font-size: 90%; }
TR.l4 { font-size: 90%; }

TR.l2 A { margin-left: 20px; }
TR.l3 A { margin-left: 40px; }
TR.l4 A { margin-left: 60px; }

/*TABLE#TOC TD:first-child { text-align: right; }*/

h1,h2,h3,h4{ font-family: sans-serif; }


h1 {
    margin-left: -1in;
    clear: both;
}

h2 {
    margin-left: -.75in;
    clear: both;
}

h3 {
    clear: both;
}

div.title {
   padding-top: .5in;
   text-align: center;
   font-family: sans-serif;
   font-size: 24pt;
}
div.subtitle {
   text-align: center;
   font-family: sans-serif;
   font-size: 12pt;
   font-style: italic;
}

#titleImage {
    float:left;
    margin: 5px 5px 5px -1in;
    border: none;    
}

h1.toc {
    /* no special styles required */
}


.note {
    border: solid black 2px;
    background: #eee;
    padding: 10px 10px 10px 120px;
    margin: 5px;
}
.note:before {
    content: "Note";
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18pt;
    margin-left: -80px;
}


.warning {
    border: dotted black 2px;
    background: yellow;
    padding: 10px 10px 10px 120px;
    margin: 5px;
}
.warning:before {
    content: "Warning";
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18pt;
    margin-left: -110px;
}

table {
    border-collapse: collapse;
    margin-top: 8px;
    margin-bottom: 8px;
}

td {
    border: solid black 1px;
    padding: 3px;
}

th {
    border: solid black 1px;
    border-bottom: solid black 2px;
    padding: 5px;
    padding-bottom: 1px;
}

table#TOC td { border: none; }

dd { margin-bottom: 8px; }
li { margin-bottom: 8px; }

.screen {
    font-size: smaller;
    border: solid black 1px;
    -moz-border-radius: 20px;
    padding: 10px;
}

