body {
    background: white;
    color: black; 
    max-height: 100%;
    font-family: Georgia , "Times New Roman", serif;
    font-size: 1em;
    line-height: 150% ;
}

.alignLeft   { text-align: left; }
.alignCenter { text-align: center; } 
.alignRight  { text-align: right; } 

.floatRight { 
    float: right; 
    margin: 4px; 
}

.floatLeft { 
    float: left; 
    margin: 4px; 
}

span,div,table,tr,td,th {
    text-align: left;
    vertical-align: top;
}

a { font-style: italic ; font-weight: normal; text-decoration: none ; }

a:link    { color: blue; }
a:visited { color: rgb(106,90,205); }
a:hover   { color: blue;  text-decoration: underline }
a:active  { color: blue; }

h1, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a { 
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-style: normal;
}

h1 { font-size: 2em ;  line-height: 150% ;
     margin-top: 1em ; margin-bottom: 1em ; 
     text-align: center;
}

h2 {
    font-size: 1.5em ;
    margin-top: 2em ; text-align: center;
}

h3 {
    font-size: 1.2em ;
    margin-top: 1em ;
}

h4 {
    font-size: 1em ;
     margin-top: 1.5em ; margin-bottom: 0em ; 
}

h5 {
    font-size: .8em ; font-weight: normal;
}

h6 {
    font-size: .8em ; font-weight: normal;
}

blockquote {
    margin-left: 4em;  margin-right: 4em;
    line-height: 120% ;
}

code, pre { 
    font-family: Courier, monospace;
    line-height: 120% ;
}





.centered {
    margin-left: auto;
    margin-right: auto;
}

ul { list-style-type: disc;
}

input {
    color: black;
    background: #FFFFDD;
}

#searchbox {
    padding: 0;
    color: black;
    background: #FFFFDD;
}

#textblock {
  max-width: 100%;
  max-height: 100%;
  background: rgb(255,255,224);
  background: #FFFFE0;
/*  background: #FFF0F5; */
  padding: .1em 4em 1em 4em;
}

#foot {
    margin-top: 1em ;
    /* border-top: thin solid #AABBAA; */
    color: #AABBAA;
    font-size: .7em;
    clear: both;
}

#foot table { width: 100%; }

#foot a {
    color: #AABBAA;
    font-style: normal;
}

