body {font-size:12pt; font-family:Arial; color:#000000; text-align:left; }

h1 {font-size:26pt; color:#0066FF; text-align:center; margin-bottom:1em; width:80% }

h2 {font-size:18pt; text-align:center; margin-bottom:2em; width:80% }

h3 {font-size:14pt; margin-bottom:1em; width:80% }

p {text-align:justify; width:85%}

ul {list-style-type:disc; }

span.caps {font-variant:small-caps}

pre {
    background-color: #f1f1f3;
    color: #112;
    padding: 10px;
    font-size: 0.8em;
    overflow: auto;
    margin: 4px 0px;
          width: 95%;
}



/* Syntax highlighting */
pre .normal {}
pre .comment { color: #777; font-style: italic; }
pre .keyword { color: #00A; font-weight: bold; }
pre .fcc { color: #00A; font-weight: bold; background: #FF0;}
pre .method { color: #077; }
pre .class { color: #00F; }
pre .module { color: #050; }
pre .punct { color: #447; font-weight: bold; }
pre .symbol { color: #099; }
pre .string { color: #944; background: #FFE; }
pre .char { color: #F07; }
pre .ident { color: #004; }
pre .constant { color: #07F; }
pre .regex { color: #B66; background: #FEF; }
pre .number { color: #F99; }
pre .attribute { color: #5bb; }
pre .global { color: #7FB; }
pre .expr { color: #227; }
pre .escape { color: #277; }