
*.hide { display: none; }

body { 

    background:  #FFFF99;

    position: relative;
    font: 1.0em sans-serif;
    font-family: 'MS Sans serif';
    font-family:  'Trebuchet MS';

    white-space: normal;
    letter-spacing: 0.05em;

    padding: 1em;

}

h1,h2,h3,h4,h5,h6 { color: #1234aa; }
h1,h2,h3,h4,h5,h6 { color: #660000; }

a:link    { text-decoration: none; font-weight: bold; color: #1234aa; }
a:visited { text-decoration: none; font-weight: bold; color: #1234aa; }
a:hover   { text-decoration: underline; font-weight: bold; color: #1234aa; }

tt,pre,code{
    font:  100% monospace;
    font-family:  Courier;
}

code { color: #882233; /* display:block; border: dotted; padding:10px; background: black; color: yellow; */ }

.form { padding: 1em; }

textarea { background: #dda;  }
input { background: #dda; }
input.submit { background: #eee; } 


.fineprint { 
    border-top:  thin #1234aa solid;
    margin-top:1em;
    padding:1em;
    font: 0.7em sans-serif;
    font-style: italic;
    text-align:  right;
    /* color: #1234aa; */

}

