/* ohjeita tulostusta varten */
@media print
{

/* asteriski tarkoittaa kaikkia elementtejä; voi olla ettei toimi vanhemmissa selaimissa */
* { background: white !important;
color: black !important;
}

body {font-variant: normal;
font-size: 100%;
line-height: 1.4;
font-family: "Times New Roman", serif;
}
}



/* Elementtien yleinen esitystapa */
address, blockquote, body, div, h1, h2, h3, h4, h5, noframes, ol, ul, p, center, hr {display: block; }

li {display: list-item; }

img {display: inline-block; }

head {display: none; }



a:link
{color: #003300;
background-color: #F8FAF8;}


a:visited
{color: #5E7951;
background-color: #F8FAF8;}



a:active
{color: #FF0000;
background-color: #F8FAF8;}



body
{background-color: #F8FAF8;
color : #000000;
padding: 1px;
margin: 0, 0, 0, 0; 
}



/* h1 = artikkelin nimi */
h1
{color: #003300;
background-color: #F8FAF8;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 200%;
margin: 1em 0;
line-height: normal;
font-family: "Impact", "Verdana", "Tahoma", sans-serif;
text-align: center;
}



/* h2 = tekijä */
h2
{color: #003300;
background-color: #F8FAF8;
font-variant: normal;
font-weight: normal;
font-size: 150%;
margin: .75em 0;
line-height: normal;
font-family: "Verdana", "Tahoma", sans-serif;
text-align: center;
}



/* h3 = sisällysotsikko */
h3
{color: #003300;
background-color: #F8FAF8;
font-variant: normal;
font-weight: normal;
font-size: 110%;
margin: .83em 0;
line-height: normal;
font-family: "Verdana", "Tahoma", sans-serif;
}



/* h4 = lukujen otsikot */
h4
{color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-weight: normal;
font-size: 110%;
margin: 1.12em 0;
line-height: normal;
font-family: "Verdana", "Tahoma", sans-serif;
}


/* h5 = alaluvut */
h5
{color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-weight: normal;
font-size: 100%;
margin: 1.5em 0;
line-height: normal;
font-family: "Verdana", "Tahoma", sans-serif;
}


/* leipätekstin määrittely */
p
{color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-size: 100%;
line-height: 1.4;
margin-left: 15%;
margin-top: 0;
margin-right: 15%;
margin-bottom: 2%;
font-family: "Arial", "Helvetica", "Trebuchet MS", sans-serif;
}



/* numeroidun listan määrittely */
ol
{color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-size: 100%;
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}


/* numeroimattoman listan määrittely */
ul
{list-style-position: outside;
color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-size: 100%;
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}



/* määritelmälistan määrittely */
dl
{color: #000000;
background-color: #F8FAF8;
font-variant: normal;
font-size: 100%;
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}



.indexb
{color: #003300;
background-color: #F8FAF8;
font-variant: normal;
font-weight: normal;
font-size: 90%;
line-height: 1.3em;
font-family: "Arial", "Helvetica", sans-serif;
}





strong
{background-color: #F8FAF8;
}



em
{background-color: #F8FAF8;
}

