/* external style sheet -CSS- */
/* Esko Kurvinen -2002- */
/*                       */

        small {
         font-size: smaller;
         }
        big {
         font-size: larger;
         }
        h1 {
         font-size: xx-large;
         }
        h2 {
         font-size: x-large;
         }
        h3 {
         font-size: large;
         }
        h4 {
         font-size: medium;
         }
        h5 {
         font-size: small;
         }
        h6 {
         font-size: xx-small;
         }
        font[size=1] {
         font-size: xx-small;
         }
        font[size=2] {
         font-size: small;
         }
        font[size=3] {
         font-size: medium;
         }
        font[size=4] {
         font-size: large;
         }
        font[size=5] {
         font-size: x-large;
         }
        font[size=6] {
         font-size: xx-large;
         }
        font[size=7] {
         font-size: 300%;
         }
        font[size=-1] {
         font-size: smaller;
         }
        font[size=+1] {
         font-size: larger;
         }
        font[size=-2] {
         font-size: 60%;
         }
        font[size=+2] {
         font-size: 150%;
         }
        font[size=+4] {
         font-size: 300%;
         }
         
body {
background-color: #ffffff;
margin: 0;
}
body, p, td, ul, dir, menu, ol, dl, address, pre   { 
color: #000033; 
font-family: Arial, Helvetica, sans-serif;
font-size: small
}

h1, h2, h3, h4, h5, h6 {
color: #000066; 
font-family: Arial, Helvetica, sans-serif}

h1  {color: #000033; font-weight: bold; text-transform: uppercase }
h2 { color: #000033; font-weight: bold}
h3 { color: #000033; font-weight: normal}
h4 { font-weight: normal}
h5 { font-weight: normal}
h6 { font-weight: normal}

a:link { 
color: #000000; 
text-decoration: none
}
a:visited { 
color: #000000;
text-decoration: none}
img { 
color: #000000
}
.banneri { 
background-color: #FFFF00;
}
