    body {
      color: black;
      background: #fc9;
      margin-left: 2em;
      margin-right: 2em;
      line-height: 1.3;
    }

    h1{color: none;text-align: center;}
    h2{color: olive;text-align: left;}
    h3{color: navy;text-align: left;}
    h4{color: green;text-align: left;}
    h5{color: navy;text-align: left;}

    h2.red{color:red;text-align:center;}

    div#banner {
      color: white;
      background-color: green;
      font-size: 1.5em;
      font-weight: bold;
      font-family: sans-serif;
      line-height: 1;
      text-align: center;
      border: none;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      padding: 0.4em 1em;
    }

    div#navi {
          text-align : right;
          font-weight: bold ;
          font-size  : 0.8em;
         }

    p#navi {
          text-align : right;
          font-weight: bold ;
          font-size  : 0.9em;
         }


    p{text-indent:1em;line-height:170%}
    a{text-decoration:none}
    a:visited{text-decoration:none}
    a:hover{color:red;text-decoration:underline}
