@media screen
{
body
 {
 vertical-align:top;
 padding:0;
 margin: 0;
 background-color: #ffffff;
 font-family: arial, sans-serif;
 height: 100%;
 font-size: 11px;
 }
html
 {
 height: 100%; 
 }
td.sisalto
 {
 font-family: arial, sans-serif;
 font-size: 12px;
 padding: 4px;
 background-color: #BBD7E5;
 }
td
 {
 font-family: arial, sans-serif;
 font-size: 12px;
 }
h1
 {
 font-size: 18px;
 text-align:center;
 }
h2
 {
 font-size: 14px;
 }
h3
 {
 font-size: 12px;
 }
a
 {
 color: #006666;
 text-decoration: none;
 }
a:hover
 {
 color: #ff0000;
 text-decoration: underline;
 }
img
 {
 border-style: none;
 }
input
 {
 font-size: 8pt;
 }
select
 {
 font-size: 8pt;
 }
textarea
 {
 font-size: 9pt;
 font-family: arial, sans-serif;
 }
}