body {
background-color: white;
background-attachment: scroll;
font-family:Verdana;
font-size: small
}

table{
font-size: 10px;
font-weight: normal;
}
table.esittely{
background-repeat: no-repeat;
background-position: 300px 320px;
background-image: url('./images/bg_info.jpg');
}
table.ymparisto{
background-repeat: no-repeat;
background-position: 300px 80px;
background-image: url('./images/bg_ymparisto.jpg');
}
table.ajankohtaista{
background-repeat: no-repeat;
background-position: 300px 80px;
background-image: url('./images/bg_ajankohtaista.jpg');
}
table.majoitus{
background-repeat: no-repeat;
background-position: bottom right;
background-image: url('./images/bg_majoitus.jpg');
}
table.hinnasto{
background-repeat: no-repeat;
background-position: top right;
background-image: url('./images/bg_hinnasto.jpg');
}
table.yhteystiedot{
background-repeat: no-repeat;
background-position: bottom right;
background-image: url('./images/bg_yhteystiedot.jpg');
}

h1
{
font-family:Verdana;
font-size: 16px;
}
h2
{
font-family:Verdana;
font-size: 14px;
}
h3
{
font-family:Verdana;
font-size: 12px;
}

td{
align: center;
text-align: center;
}
td.text{
text-align: left;
}
td.image{
align: center;
}
td.title{
padding-left: 0; 
padding-right: 0; 
padding-top: 2px; 
padding-bottom: 2px;
background-color: #999999;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.1em;
text-align: center;
color: #FFFFFF
}
td.activetitle{
padding-left: 0; 
padding-right: 0; 
padding-top: 2px; 
padding-bottom: 2px;
background-color: #CDCCCC;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.1em;
text-align: center;
color: #FFFFFF
}
td.uutistitle{
padding-left: 0; 
padding-right: 0; 
padding-top: 10px; 
padding-bottom: 2px;
font-size: 12px;
font-weight: bold;
text-align: left;
}
td.uutinen{
padding-left: 0; 
padding-right: 0; 
padding-top: 2px; 
padding-bottom: 2px;
font-size: 10px;
font-weight: normal;
text-align: left;
}
td.paivitetty{
padding-left: 0; 
padding-right: 0; 
padding-top: 2px; 
padding-bottom: 2px;
font-size: 10px;
font-weight: normal;
text-align: right
}
td.spacing{
padding-left: 0; 
padding-right: 0; 
padding-top: 0px; 
padding-bottom: 0px;
background-color: #CDCCCC;
}

a:link
  {
    text-decoration: none;
    color: #FFFFFF;
  }
a:visited
  {
    text-decoration: none;
    color: #FFFFFF;
  }
a:active
  {
    text-decoration: none;
    color: #FFFFFF;
  }
a:hover
  {
    text-decoration: bold;
    color: #FEFF86;
  }

