/*
** Pieni Kirjapuoti style sheet for CSS2-capable browsers.
** Keijo Luoto 2007 - http://www.koivuharju.fi
*/




body {
   font-family: Times New Roman, serif;
   text-align: left;
   color: #3D1313;
}

p {
   font-family: Times New Roman, serif;
   font-size: 15px;
   text-align: left;
}

.leipis {
   font-family: Times New Roman, serif;
   font-size: 12pt;
   text-align: left;
   margin: 10px;
   line-height: 1.1em;
}

.katri {
   font-size: 18pt;
   text-align: center;
   font-weight: bold;
}

.puoti {
   font-size: 26pt;
   text-align: center;
   font-weight: bold;
}

.yhteys {
   font-size: 12pt;
   font-style: oblique;
   text-align: center;
}

.opieni {
   font: 12px;
   text-align: right;
}


.vpieni {
   font: 12px;
   text-align: left;
}

.kpieni {
   font: 10pt;
   text-align: center;
}

.kuukausi {
   font: 11pt;
   text-align: left;
}

/* LINKIT */


a {
    text-decoration: none;
    color: #9DB142;
}

a:visited {
    color: #999933;
    background-color: transparent;
}

a:active {
    color: #FF9933;
    background-color: transparent;
}

a:hover {
    color: #DC2A35;
    background-color: transparent;
}

/* OTSIKOT */

h1 {
    font-size: 16pt;
    margin: 0;
    padding: 0px 0px 4px 0px;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 14pt;
    margin-left: 10px;
}

h4 {
    font-size: 12pt;
    margin-left: 10px;
}

h5 {
    font-size: 11pt%;
}

h6 {
    font-size: 10pt;
}
