/** writing.css **/


/***   PAGE ELEMENTS   ***/
#PageBody {
    margin-left: 16pt;
    margin-right: 32pt;
}

#PageBody h3 {
    font-size: 13pt;
    font-weight: bold;
    text-align: left;
}

#PageBody h4 {
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

#PageBody h5 {
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
}

#PageBody h6 {
    color: #00007f;
    font-size: 11pt;
}


/***   BLOCK ELEMENTS   ***/
#PageBody p {
    color: #000000;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
    margin: 6pt 48pt 10pt 24pt;
}

#PageBody blockquote {
    color: #5f0f00;
    background-color: #ffffbf;
    font-family: serif;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    line-height: 1.7;
    padding: 20pt 64pt 28pt 48pt;
    border: 5px ridge #cccc00;
    margin: 9pt 18% 28pt 12%;
}

#PageBody pre {
    color: #003f00;
    background-color: #bfffdf;
    font-family: "Lucida Console","Courier New","Courier",monospace;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    padding: 6pt;
    border: 3px ridge #00cccc;
    margin: 9pt 24pt;
}


/***   TEXT ELEMENTS   ***/
#PageBody dfn {
  color: #7f3f1f;
  font-style: italic;
  font-weight: normal;
}

#PageBody cite {
  color: #003fbf;
  font-family: serif;
  font-style: italic;
}

#PageBody code {
    color: #005f00;
    font-family: "Lucida Console","Courier New","Courier",monospace;
    font-size: 10pt;
}



/***   LINKS   ***/
#PageBody a { font-weight: bold; }

#PageBody a:link    { color: #003fbf; }
#PageBody a:hover   { color: #003fbf; }
#PageBody a:visited { color: #003fbf; }
#PageBody a:active  { color: #ff0000; background-color: #ffffbf; }




/**eof**/
