/* COPYRIGHT: MELLA LEHTONEN 2008-2009! LUVATON KOPIOINTI JA UUDELLEENJULKAISU EHDOTTOMASTI KIELLETTY! */

body {
font-size: 12px; 
font-family: Tahoma; 
color: #757575; 
background: #ffffff repeat-x;
margin: 0;
}

#indextext {
background: url(back.png) no-repeat; 
}


a:link {
color:#757575;
text-decoration:underline;
}

a:visited {
color:#757575;
text-decoration:underline;
}

a:active {
color:#757575;
text-decoration:underline;
}

a:hover {
color:#757575;
text-decoration:none;
}


h1 {
font-family: Palatino Linotype;
color: #bbbbbb;
font-size: 15px;
font-weight: bold;
padding-left: 15px;
}

h2 {
font-family: Palatino Linotype;
color: #bbbbbb;
font-size: 13px;
font-weight: bold;
padding-left: 15px;
}

p {
font-family: Tahoma;
color: #656565;
font-size: 12px;
line-height:18px;
}