

h1 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:20pt;
    text-align:left;
  }


h2 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:24px;
    text-align:justify;
  }


h3 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:17px;
    text-align:justify;
  }


h4 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:14px;
    text-align:left;
  }


h6 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:left;
  }


body {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:100;
    font-size:16px;
    text-align:left;
    color:black;
  }


.navigation {
    z-index:100;
    position:fixed;
    top:0px;
    width:800px;
    padding:10px;
    background-color:silver;
    border-style:solid;
    border-width:1px;
    border-color:black;
  }


.page_container {
    background-color : #fffded;
    border-bottom-color : black;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : black;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : black;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : black;
    border-top-style : solid;
    border-top-width : 1px;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    position : absolute;
    top : 40px;
    width : 800px;
    z-index : 10;
  }


.article {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:100;
    font-size:17px;
    color:black;
    padding:0px;
    background-image:cartoon_head_watermark.png;
    position:relative;
    width:95%;
    background-color:white;
    border-style:none;
    border-width:1px;
    border-color:black;
    padding:10px;
    text-align:left;
    list-style-type:none;
  }


.article_title {
    color:black;
    font-weight:bold;
    font-size:18px;
    background-color:silver;
    padding:3px;
  }


article_text {
  }


.title {
    border-style:none;
    border-width:1px;
    border-color:black;
    background-color:#ececec;
    padding:3px;
    width:99%;
  }


.header {
    position:relative;
    background-color:black;
    color:white;
    width:97%;
    padding:3px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:20px;
    text-align:justify;
    text-shadow:1em;
  }


.extract {
    font-size:14px;
    text-align:left;
    font-family:monospace;
    background-color:#fff5e8;
    border-style:solid;
    border-width:1px;
    border-color:black;
    padding:10px;
    margin-top:5px;
    margin-bottom:15px;
  }


.seperate_note {
    font-size:14px;
    text-align:left;
    font-family:monospace;
    border-style:solid;
    border-width:1px;
    border-color:black;
    padding:10px;
    margin-top:5px;
    margin-bottom:12px;
    background-color:#eee;
  }


.document {
    #padding-left:5px;
  }


.indented {
    margin-left:5%;
  }


.text_small {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }


.text_medium {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }


.text_large {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
  }


.heavy_text {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:14px;
    text-align:left;
  }


.heading_text {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:18px;
    text-align:left;
  }


.quoted_text {
    font-weight:bold;
    font-size:15px;
    text-align:left;
    font-family:monospace;
    margin:1em;
  }


.shell_text {
    font-weight:bold;
    font-size:14px;
    font-family:monospace;
    padding:10px;
    margin-top:5px;
    margin-bottom:12px;
    background-color:#eee;
  }


p {
  }


A:link {
    color: navy;
    font-weight:bolder;
  }


A:visited {
    color:#363636;
  }


A:focus {
    color:blue;
  }


A:hover {
    color:blue;
    #background-color:silver;
  }


A:active {
    color:red;
  }


.quote {
    font-style:italic;
  }


.red_on_black {
    background-color:black;
    color:red;
  }


.red_text {
    color:red;
  }


.lime_on_black {
    background-color:black;
    color:lime;
  }


.aqua_on_black {
    background-color:black;
    color:aqua;
  }


.brown_background {
    background-color:#CFC082;
    color:black;
  }


.aoi_dark_background {
    background-color:#8BB9A5;
    color:black;
  }


.lightyellow_background {
    background-color:#ebd6ba;
    color:black;
  }


.yellow_background {
    background-color:#F0F1C5;
    color:black;
  }


.pale_blue_background {
    background-color:#8B87B8;
    color:black;
  }


.blue_background {
    background-color:#00aeed;
    color:black;
  }


.black_background {
    background-color:black;
  }


.white_background {
    background-color:white;
    color:black;
  }


.lightgrey_background {
    background-color:#eeeeee;
    color:black;
  }


.mediumgrey_background {
    background-color:#999999;
    color:black;
  }


.darkgrey_background {
    background-color:#555555;
    color:black;
  }

