/* CSS style sheet for the Sherlock Holmes Adventures */

BODY { font: 11pt/14pt Times,serif; 
       width: 600px; margin-left: 24px; 
       border-left: 1px solid #666; border-right: 1px solid #666;
       padding-left: 5px; padding-right: 5px; }

H1 { background-color: #009; color: white; 
     text-align: center; margin-top: 0px;
     margin-bottom: 0px;
     border-top: 1px solid black; border-bottom: 1px solid black; 
     padding: 9px; font-family: serif; 
     font-variant: small-caps; line-height: 0.85; }
H2 { background-color: #CCF; text-align: center; margin-top: 2px;
     border-top: 1px solid black; border-bottom: 1px solid black; 
     padding: 5px; font-variant: small-caps; }

P,LI  { font: 12pt/15pt Times,serif; }

.dropcap    { padding: 0px; font-weight:900; margin-top: 10pt;
              margin-right: 2px; background-color: #AAD;
              margin-bottom: 2px; float:left; font-size: 36pt; 
	      overflow: visible; line-height: 36pt; }
.noul       { text-decoration: none; }
.tm         { vertical-align: top; font-size: 33%; 
              font-weight: normal; text-transform: uppercase; }

.note   { border-top: 2px solid #33C; border-bottom: 2px solid #33C; 
	  padding: 4px; font-size: 90%;
	  line-height: 1; color: #003; background-color: #DDF;
          margin-bottom: 5px; 
	}

.topnav { border-top: 1px solid black; border-bottom: 3px double #009; 
		  font-size: 80%; text-align:center; background-color: #DDF;  
		}
   
.menu { position: absolute; 
        background-color: #009;
        visibility: hidden;
        width: 250px; padding: 1px;
        font-family: sans-serif;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        border-left: 1px solid #666;
        border-top: 1px solid #666;
        margin: 3px; 
        cursor: nw-resize;
      }

.mi   { padding: 1px;
		border-bottom: 1px solid #003;
		border-right: 1px solid #003;
		border-left: 1px solid #00C;
		border-top: 1px solid #00C;
		background-color: #33C;
		color: white;
		font-family: sans-serif;
		font-size: 80%;
      }
      
.mt   { padding: 1px;
		border-bottom: 1px solid #003;
		border-right: 1px solid #003;
		border-left: 1px solid #00C;
		border-top: 1px solid #00C;
		background-color: #669;
		color: white;
		font-family: sans-serif;
		font-size: 90%;
		font-weight: bold;
		text-align: center;
      }

A:link    { color: black; text-decoration: none; }
A:hover   { background-color: #FF6; text-decoration: underline;}
A:visited { color: black; text-decoration: none; }
