body { margin: 0; background-color: #b0b0b0 }

div, header, article, footer, p { margin: 6px;  
     width: 500px; 
     font-size: 16px; 
     font-family: georgia, serif;
     text-align: justify; }

h1   { font-size: 20px; padding: 4px; display: inline;}

p:first-letter, div:first-letter {  font-weight: bold; 
                    font-size: 17px; padding-right: 1px; }

#pic { margin-left: 0; margin-top: 6px; }
#shake, #spear { font-style: italic; font-weight: bold; font-size: 17px }

td  { font-size: 16px; 
    text-align: left; 
    padding-left: 18px; 
    padding-bottom: 4px;
    text-indent: -1em;
    }

th  { font-size: 17px; 
    font-weight: bold; 
    vertical-align: baseline;
    padding-top: 0;
    padding-left: 4px; 
    padding-right: 2px; }

a    { font-size: 15px; font-weight: bold; text-decoration: none;
       background-color: #888888; color: black; }

a:visited { font-size: 15px; font-weight: bold; 
	    text-decoration: none; color: black; }

a:hover { font-size: 15px; font-weight: bold; 
	  text-decoration: underline; color: #8f0000; }



