/* YLEISET määritykset */
body {
font-family: "Comic Sans MS", arial, helvetica, sans-serif;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
font-size: 0.9em;
background-color: #FF9900;
background-image: url(uudet_mallit/bg2.jpg);
}

/* OTSIKKO, KOIRA alleviivattu */
h1 {
font-family: Monotype Corsiva, Script Mt Bold, Lucida Handwriting; 
font-size: 1.8em;
font-style: italic;
color: #000000;
text-align: center;
width: 100%;
}

/* OTSIKKO vanhoille, ei tarvi, mutta varmuuden vuoksi ... */
h5 {
font-family: Monotype Corsiva, Script Mt Bold, Lucida Handwriting;
font-size: 1.8em;
font-style: italic;
color: #000000;
text-align: center;
width: 100%;
text-decoration: none;
}

/* OTSIKKO: Yleiset, esittely- ja valintasivut */
h2 {
font-family: Felix Titling, Calisto MT, Times New Roman, Serif;
font-size: 1.6em;
color: #000000;
text-align: center;
width: 100%;
text-transform: uppercase;
}

/* ALAOTSIKKO yleissivuilla */
h3 {
font-family:  Calisto MT, Times New Roman, Serif;
font-size: 1.3em;
color: #000000;
text-align: center;
width: 100%;
}

/* ALAOTSIKKO koirasivulla */
h4 {
font-size: 1.1em;
color: #000000;
text-align: center;
width: 100%;
}

/* MUUT määritykset */
table {
font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;
font-size: 1em;
}
a:link { color: #008080; }
a:visited { color: #808000; }
a:active { color: #800000; }
a:hover { color: #006633; /*#8B0000;*/ }

.sivu {
margin-left:20px; 
margin-right:20px;
}
ul {
list-style-type: circle;
}
.mainfont {
font-family:  Book Antiqua, Garamond, Times New Roman, Serif;
font-style: italic;
font-weight: bold;
font-size: 1.1em;
}
.parents {
font-size: 0.8em;
}