@import "style.css";


/* Yleiset */

          body {
               margin: 0;
               padding: 0;
               background: white none;
               font-family: Georgia,  "Trebuchet MS",  Tahoma, Verdana, Arial, Times, "Times New Roman", sans-serif;
               color: black;
               text-align: left;
               }
          
          h1 {
               position: static;
               top: 0;
               left: 0;
               text-indent: 0;
               font-size: 1.8em;
               font-style: italic;
               text-align: center;
               }
          
/* Sisältölaatikko */
          
          #container {
               margin: 0;
               padding: 0;
               position: static;
               width: 100%;
               background: white none;
               color: black;
               border: 0;
               text-align: left;
               }
          
          
/* Sisältö */
          
          #story {
               position: static;
               margin: 0;
               background: transparent none;
               }
          
          #story h2 {
               margin-top: 1.4em;
               font-size: 1.20em;
               width: 100%;
               background: white none;
               line-height: 1em;
               padding-left: 0em;
               color: black;
               font-style: normal;
               text-align: center;
               }
          
          .subTitle {
               color: black;
               background: white none;
               padding-left: 0;
               padding-right: 0;
               position: static;
               left: 0;
               top: 0;
               }
          
          #story .left {
               float: left;
               clear: left;
               margin-right: 1.3em;
               margin-top: 0.5em;
               margin-bottom: 0.5em;
               margin-left: 0;
               }
          
          #story .right {
               float: right;
               clear: right;
               margin-right: 0;
               margin-top: 0.5em;
               margin-bottom: 0.5em;
               margin-left: 1.3em;
               }
          
          #story .center {
               text-align: center;
               clear: both;
               margin-top: 0.5em;
               margin-bottom: 0.5em;
               }
          
          #story h3 {
               padding-left: 0em;
               padding-right: 0em;
               font-size: 1.2em;
               color: black;
               background-color: white;
               }
          
          #story p {
               font-size: 0.9em;
               padding: 0;
               line-height: 1.7em;
               text-align: justify;
               }
          
          #story ul {
               line-height: 1.7em;
               font-size: 0.9em;
               }
          
          #story ul li {
               padding-bottom: 0.4em;
               margin-left: 1.0em;
               margin-right: 2.0em;
               }
          
          #story a, #story a:link, #story a:visited, #story a:active {
               text-decoration: underline;
               }
          
          #story a:hover {
               text-decoration: none;
               }
          
          html>body table {
               width: 70%;
               margin-left: 15%;
               margin-right: 15%;
               }
          
          
/* Ylätunniste */
          
          #header {
               margin: 0;
               padding: 0;
               width: 100%;
               height: 2em;
               background: white none;
               color: black;
               }
          
          #navtop {
               display: none;
               }
          
          
/* Alatunniste */
          
          #footer {
               padding: 0;
               margin-top: 2em;
               margin-bottom: 0em;
               margin-left: 0em;
               margin-right: 0em;
               width: 100%;
               background: white none;
               color: black;
               clear: both;
               border: 0;
               text-align: center;
               font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
               }
          
          #footer p, #footer address {
               font-style: italic;
               color: black;
               font-size: 0.7em;
               margin: 0;
               padding: 0;
               background-color: white;
               }
          
          #footer a, #footer a:link, #footer a:visited, #footer a:active {
               color: black;
               text-decoration: none;
               background-color: white;
               }
          
          #footer a:hover {
               color: black;
               text-decoration: underline;
               background-color: white;
               }
          
/* Sivupalkki */
          
          #leftBar {
               display: none;
               }
          