/* stylesheet for ../lovecraft_-_sepot_ve_tme.html */

a {
 color: #ddd;
 text-decoration: none; }
a:hover {
 color: #fff; }
body {
 background-color: #222;
 color: #bbb;
 font-size: 1.2em;
 font-family: "Courier new", monospace;
 margin: 0;
 padding: 1em; }

body div, body ul { /* main width declaration */
 width: 650px;
 margin: 0 auto; 
}

p {
 text-indent: 1em;
 line-height: 1.5em;
 margin: 0; }

h1, h2, h3, h4, h5, #end {
 text-align: center; }

ul, ol {
 display: block;
 list-style-type: none; }
ol, ol li {
 display: inline;
 margin: 0; padding: 0;
 font-size: 0.8em; }


