
body
{
background-image:url(kesatausta.jpg);
background-repeat: repeat; /* m&auml;&auml;rittelee sen, toistuuko kuva ja jos toistuu niin mill&auml; tavoin */
background-attachment:fixed; /* m&auml;&auml;rittelee sen, rullautuuko taustakuva sivun mukana vai ei */
background-position: 0px 0px; /* m&auml;&auml;rittelee taustakuvan sijainnin */
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-size: 15px;
color: #303030;
}

h1 {

font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-size: 20px ;
color: #303030;
background-color: transparent none;
}

h2 {

font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-size: 10px ;
color: #303030;
background-color: transparent none;
}



p {
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-size: 15px;
color: #303030;
background-color: transparent none ;

}


strong {
font-family: arial,courier, monospace;
font-style: normal;
font-weight: bolder;
font-size: 15px;
color: #303030;
background-color: transparent none;

}



a:link    { color : #6b6b79; background : transparent none; text-decoration: none}
a:visited { color : #6b6b79; background : transparent none; text-decoration: none}
a:active  { color : #fbfbfb; background : #a41e27; text-decoration: none}
a:hover   { color : #fbfbfb; background : #a41e27; text-decoration: none}
}

table {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 1px;
empty-cells: hide;
border-collapse: separate;
table-layout: fixed;
table-align:center;
width: 600px;
background-color : transparent none;
font-size : 15px;
color : #303030;
}

