

/* Presentation Stylesheet */ 
div.p { /* p is for photos! */
      border: 5px solid brown;
      margin: 10px;
      padding: 20px;
      width: 400px;
      text-align: justify;
      }

#hdr h1 {
margin:0;
padding: 2px;
font-family: Georgia, sans-serif;
letter-spacing: .3em;
}
#hdr h2 {
font-size: .8em;
}
#hdr span {
font-style: italic;
background-image: url(halfscreen-white.gif);
font-weight: bold;
}
h3 {
   font-size: 1.3em;
   font-family: Georgia, sans-serif;
   color: #901;
   letter-spacing: .2em;
   }
h3, p {
 margin:0;
 padding: 5px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
#cont p, #cont ul, #cont li  {
font-size: x-small;
}
.a {
background-color:#ddd;
}
a:link {
       color:#801;

       }
a:hover {
        color: #d10;
        text-decoration:none;
        }
.message {
         border: 1px solid #000;
         background-color:#79e;
         margin: 10px;
         padding: 5px;
         }
img {
border:0;
}
.right {
font-size:1.1em;
text-align: right;
}
#notes p {
       text-indent: 1em;
       background: url(bullet.gif) top left no-repeat;
       }
/* Navigation Styles */
 ul#nav
{
margin: 5px 0 0 5px;
padding: 0;

}

#nav li
{
list-style-type: none;
background-color: #cdf;
width: 90%;
font-weight: 600;
text-align: center;
margin-bottom: 10px;
}

#nav li a
{
border: 1px solid #901;
border-bottom: 3px solid #901;
border-right: 3px solid #901;
color: #000;
text-decoration: none;
display: block;
}

#nav li a:hover
{
background-color: #79e;
color: #fff;
}
