
/* PUTOAVAN VALIKON TYYLI MÄÄRITTELY */

<style>

body{font-family: Helvetica, Arial, sans-serif;}
table {font-size:110%;background-color: gray;
border: 1px solid black; 
border-style: solid;
border-width: 1px; }
a{color:black;text-decoration:none;font:bold}
a:hover{color:blue; text-decoration:helvetica;background:orange}
td.menu{background:lightyellow}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}

/* ENSIMMÄINEN KIRJAIN KOROSTETTU */

p:first-letter {font: 180% cursive; color: #990000 }


/* OTSIKOT  */



h1, h2, h3 {font-family: Helvetica;  }



/* VASEN MARGINAALI */


body { margin-left: 2em; }


div.ohjelma
{
  margin: 1.5em;
  background: lightgray
}	

div.sisapalsta
{
padding: 0.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: 34em;
  height: auto;
margin: 1.5em;
  text-align: center;
  background: white;
}	

div.sisapalsta_ohjeet
{
padding: 0.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: 44em;
  height: 8em;
margin: 1.5em;
  text-align: center;
  background: white;
}	


/* KEIKKAKUVAT JA ILMAPALLOHAHMOT  */


div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  font-family:"Arial";
  font-size:12px;

  width: 130px;
  margin: 2px;
}



/* H3 tyylittely  */



h3 { border: 2px solid red;
       	margin-left: +13%;
       	margin-right: +13%;
          border-align: left;

          background-color: lightblue;
          padding: 5px;
          text-align: center;
        }


</style>

