/* tyylit.css */

p {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	line-height: 130%;
}
address {
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
	padding-right: 1em;
}
h2, h3, h4 {
	font-family: Arial;
	color: #000000;
}
h2 {
	font-size: 14pt;
	border-bottom: solid #000000 1px;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
.harmaa {
	background-color: #999999;
}
.vahva {
	font-weight: bold;
   background-color: #CCCCCC;
}
.uutinen_aika {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}
.uutinen_teksti {
	font-family: Arial;
	font-size: 10pt;
	line-height: 130%;
	margin-bottom: 2em;
	margin-top: 0.3em;
}
.palsta_aika {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.palsta_teksti {
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	line-height: 130%;
	margin-bottom: 2em;
	margin-top: 0.3em;
}
td {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	padding: 0.5em;
}
th {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	padding: 0.5em;
}
li {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}
a {
	font-family: Arial;
	font-size: 10pt;
}
a:link {
	color: #333366;
}
a:visited {
	color: #666699;
}
a:active {
}
a:hover {
	color: #9999ff;
}



@media print {                  


.page {
        page-break-before: always;
}

@page {         
        margin: 1.5cm;
        size: 8.26in 11.69in;
}                  

h1, h2, h3, h4, h5, h6    {
        page-break-after: avoid;
        page-break-inside: avoid;
        padding-top: 0;
}

ul, ol    {
        page-break-before: avoid;
        width: auto;
        margin-right: 2em;
}


a:link {
      color: black;
      text-decoration: underline;
}

a:link:after {
      content: " <" attr(href) "> "; 
      font-size: smaller;
}


html, body {
        background: white none;
        color: black;
        padding: 0;
        margin: 0;
        border: 0;
        width: auto;
        line-height: 1em;
        line-height: 150%;
        font-family: "Times New Roman";
}

.yla, .uutiset, .uutinen_aika, .uutinen_teksti {
          display: none;
}
.sisalto {
    margin-left: 0em;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
    border-left: none;
}
#logo {
          display: none;
}
}

