body {
	font-family: sans-serif;
	color: black;
	background-color: white;
}

a {
  text-decoration: none;
}

div.foot {
         text-align: right;
}

span.code, pre > code {
         display: block;
         border: thin dashed gray;
	font-family: monospace;
         white-space: pre;
         margin: 0.7ex;
         margin-left: 8ex;
         padding: 1ex;
}

a > img {
  border: none;
}

h2 {
   margin-top: 2em;
   font-size: large;
   font-weight: bold;
   border-bottom: thin dotted silver;
   max-width: 65%;
}

.storyfoot {
   font-size: small;
}


ol ol, ul ol, ol ul, ul ul {
   font-size: 1em;
}

blockquote {
         padding: 1em;
         width: auto;
         border: thin dashed silver;
}

blockquote > p:first-child {
    margin-top: 0em;
}

blockquote > p:last-child {
    margin-bottom: 0em;
}

.nobreak { white-space: nowrap; }

.menu {
        border: dashed 1px red;
        float: right;
        padding: 2mm;
	margin-left: 1em;
}
.content {
       /* float: left; */
}

.fullstory {
        margin-bottom: 5mm;
        padding: 2mm;
}

TD.percentage { text-align: right; }

.poem  {
}
