/* ------------------------------------ *
 CSS
 8. marraskuuta 2005 9:09:22
 HAPedit 3.1.11.111
 
 Muokattu 22.11.2005 JR, Tehty:
 
Taustan määrityset
Lisätty armoton kasa tageja ja yhistelty pari (lähinnä a: -tagien värit)
 

* ------------------------------------ */
p {margin-left: 5px}

a {
    font-family: sans-serif;
    text-decoration: none;
    font-size: 14px;
}



a.laita:link, a.laita:visited, a.laita:active {color: #FFFFFF}
a.linkki:link, a.linkki:visited, a.linkki:active {color: #000E78}


a:Hover {

    text-decoration: underline;
}
p.solid {border-style: solid}
h3.varoitus{
    border-style: dashed;
    color: red;
    background: #CCCCCC;
    width: 400;
    border-width: 2px;
    padding: 10px;
}
h3.ilmoitus{
    border-style: solid;
    color: black;
    background: #CCCCCC;
    width: 400;
    border-width: 2px;
    padding: 10px;
}
h3{
    color: #ffffff;
}
body {background-color: #FFFFCC}

td.sivutausta{
    background: #CC6633;
    border-style: groove;
    border-color: #000000;
    border-width: 2px;
    width: 150;
}
tr.uutistausta{
    background: #CC6633;
    border: 1;
}
h2.paaotsikko{
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    border-style: groove;
    border-color: #000000;
    background: #CC6633;
    width: 570;
    border-width: 2px;
    padding: 10px;
}
img{
    border:1px solid black;
    
}