body{
   font-family: Book Antiqua, "Serif";
   font-size: 15px;
   letter-spacing: 1px;
   color: #fff;
   
   background-color: #000;
}

#koko {
   width: 300px;
   margin: auto;
   background-color: transparent;
}

div#tausta{
   position: absolute;
   overflow: hidden;
   top: 10px;
   width: 300px;
   border: none;
}  

div#main{
   background-color: transparent;
   position: absolute;
   overflow: auto;
   top: 20px;
   width: 280px;
   height: px;
   margin-left: px;
   text-align: justify;
   padding: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   border: none;
}

a:link, a:visited, a:active{
   color: #a0170d;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
   letter-spacing: 2px;
}

a:hover{
   text-decoration: line-through;
}

p{
   color: #000;
   font-family: Book Antiqua, "Serif";
   font-size: 10px;
   letter-spacing: 1px;
}

em{
   color: #5d2d2b;
   letter-spacing: 2px;
}

strong{
   font-size: 12px;
   font-weight: bold;
   font-style: italic;
   letter-spacing: 2px;
}

h1{
   color: #a0170d;
   font-family: Verdana, "Sans-Serif";
   font-size: 12px;
   font-weight: lighter;
   text-align: center;
   text-decoration: underline;
   letter-spacing: 3px;
}