/* audrey.css $Revision: 1.3 $ 07-12-11 20:44 */
body   { color: #000000;
         background-color: #9966cc;
         padding: 0;
         font-family: geneva, verdana, sans-serif; 
         font-size: 13px; }
h1     { color: #ffffff;
         font-family: geneva, verdana, sans-serif; 
         font-size: 18px;
         font-variant: small-caps;
         padding: 18px;
         margin-bottom: 0;
         text-align: center;
         width: 400px; }
h1.home { border: 2px solid white; }
h1.contact { border-top: 2px solid white;
             border-left: 2px solid white;
             border-right: 2px solid white; }
h2     { color: #ffffff;
         font-family: courier, monospace;
         font-size: 11px;
         margin-left: 400px;
         margin-top: 1em;
         text-align: center;
         width: 400px; }
h3     { font-family: geneva, verdana, sans-serif; 
         font-size: 18px;
         background-color: #ffffff;
         color: #cc0000; }
th     { background-color: #ffffff;
         font-size: 14px;
         text-align: left; }
th.job { font-family: geneva, verdana, sans-serif; }
th.fullMsg { color: #cc0000;
             line-height: 1.5em;
             margin-top: 1em;
             margin-bottom: 2em; }
th.message { color: #009999;
             line-height: 1.5em;
             margin-top: 1em; }
td     { background-color: #ffffff;
         font-family: geneva, verdana, sans-serif;
         font-size: 14px; }
td.entry   { color: #000000;
             text-align: right;
             margin-bottom: 1.5em; }
.itext     { margin-bottom: 1.5em;
             width: 50%;
             background-color: #cccccc; }
strong { background-color: #ffffcc;
         font-weight: bold; }
input:focus { background-color: #ffffcc; }
textarea { background-color: #cccccc; }
textarea:focus { background-color: #ffffcc; }
a { position: relative; 
         z-index: 24;
         color: #ffffff;
         text-decoration: underline; }
a:hover { z-index: 25; }
a span { display: none; }
a:hover span { display: block;
               position: absolute;
               top: 2em;
               left: 2em;
               width: 20em;
               padding: 10px;
               border: 1px solid #ffcc99;
               background-color: #000000;
               color: #ffffff;
               text-decoration: none;
               text-align: center; }
.audrey { border-bottom: 2px dashed #9966cc;
         color: #9966cc;
         font-weight: bold; }

