body { background: #FFFFFF;
       margin: 0px;
       padding:10px;
     }


.main { border-style: dashed ;
        border-width: thin;
        border-color: #FF0000;
        background: #FFFFEC;
        width:auto;
        min-height:100%;
        height:auto;
      }

a { color: #FF0000; }

a:hover { text-decoration: overline underline;
          font-style: italic;
        }

.navi { color:#FF0000;
        background: #FFD18C;
        font-size:13pt;
        text-align:center;
        padding-top: 5px;
        white-space:nowrap;
        width: 100%;
        display: block;
      }
.where{ color:#FFFFFF;
         border-width: 0px;
         border-top-width:thin;
         border-bottom-width:thin;
         border-color: #FF0000;
         border-style: solid;
         background:#009600;
         width: 100%-20px;
         padding-left:20px;
       }
       
h1 { font-size: 1em;
      color: #fff;
      display:inline;
      font-weight: normal;
    }
.where a { color:#FFFFFF; }

.text { background:  url('../images/logo.gif');
        background-position: top center;
        background-repeat:no-repeat;
        padding: 10px;
        padding-right:20px;
        padding-left:20px;
        text-align: justify;
        font-size:11pt;
        font-family: Comic Sans MS;
        min-height:310px;
       }

td { font-size:11pt;
     font-family: Comic Sans MS;
     padding: 10px;
   }