.print {
}

/* Tämä on puuveistos.fi-sivuston tyylitiedosto tulostusta varten */

/* == Sivupohjien perusmäärittelyt == */

body {
 margin: 0px 0px 0px 0px;
 background-color: #FFF;
 }

img {
 border: none;
	}
a {
 display:none;
 }
 
 /* == Tekstielementtien määrittelyt == */
 
h1 {
 font-family: Georgia, Geneva, Arial, Helvetica, Sans-serif;
 font-size: 20pt;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}

h2, h3, h4, h5, h6 {
 font-family: Georgia, Geneva, Arial, Helvetica, Sans-serif;
 font-size: 18pt;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}

p {
 font-family: Geneva, Arial, Helvetica, Sans-serif;
 font-size: 12pt;
 color: #333333;
}

p.perusteksti {
}

p.kuvateksti {
 font-size: 10pt;
}

p.huomioteksti {
 display:none;
}

p.footer {
	display:none;
}

/* == Linkkien muotoilu ==  

a:visited {
	color:#333333;
	text-decoration: underline;
}
a:link {
	color:#000;
	text-decoration: underline;
}
a:hover {
	background-color: #ccc;
	text-decoration: underline;
}

*/

/* == Elementtien asettelua == */

div.container {
	width:100%;
	}

img.kollaasi {
	margin-top: 10px;
}

