/* COPYRIGHT: MELLA LEHTONEN 2009! LUVATON KOPIOINTI JA UUDELLEENJULKAISU EHDOTTOMASTI KIELLETTY! */

a:link {
color:#656565;
text-decoration:underline;
cursor: default;
}

a:visited {
color:#656565;
text-decoration:underline;
cursor: default;
}

a:active {
color:#656565;
text-decoration:underline;
cursor: default;
}

a:hover {
color:#656565;
text-decoration:none;
cursor: default;
}

h1 {
font-family: Palatino Linotype;
color: #fbd9f8;
font-size: 16px;
font-weight: bold;
font-style: italic;
padding-left: 10px;
border-bottom: #fbd9f8 solid 1px;
}

h2 {
font-family: Palatino Linotype;
color: #e78fa0;
font-size: 13px;
font-weight: bold;
font-style: italic;
padding-left: 10px;
border-bottom: #e78fa0 solid 1px;
}

p {
font-family: Arial;
color: #656565;
font-size: 11px;
line-height: 17px;
}