body 	{
	background-color : rgb(200,200,200);
 	color : black; 
	font-family : "Bookman Old Style", sans-serif, "Times New Roman", Arial; 
	} 
 
/*linkkien määrittelyt*/
A 	{
	font-size : 10pt; 
	text-decoration : none; 
	} 
A:link 	{
	color : black; 
	} 
A:visited 
	{
	color : black; 
	} 
A:active 
	{
	color : black; 
	} 
A:hover         
	{
	text-decoration : underline;
        color : black;
	}

a:link img , a:visited img 
	{
	border-style : none; 
	} 
a img 	{
	color : black; 
	}
h3	{
        font-weight : bold;
        font-variant: small-caps;
        font-style : normal;
        font-size : 11pt;
        }
h3.etusivu
	{
	position : absolute;
	left : 100px;
	}
h3:first-letter
        {
        color: #CC3333;
        font-size : 20pt;
        }
table	{
	background : transparent;
	border-style: solid;
	border-width: 0px;
	border-color : transparent;
	}
td      {
        background : transparent;
        padding : 6px 25px;   
        font-style : normal;
        font-size : 10pt;
	}
td.linkki
	{
	color : black;
	border-style : solid;
	border-width : 0px;
	text-align : center;
	}
td.linkki2
        {
	font-weight : normal;
        font-variant : small-caps;
        font-style : normal;
        font-size : 10pt;  
        color : black;
        border-style : solid;
        border-width : 0px;
        text-align : left;
        }
td.perus    {
        background : transparent;
        padding : 0px 45px;   
        font-style : normal;
        font-size : 11pt;
	}

th	{
	font-weight : bold;
	font-variant: small-caps;
	font-style : normal;
	font-size : 11pt;
	text-align : center;
	}
th:first-letter
        {
        color: #CC3333;
        font-size : 20pt;
        }
th.tauluotsikko
	{
	font-weight : normal;
        font-variant: small-caps;
        font-style : normal;
        font-size : 10pt;
        text-align : left;
	border-style : solid;
        border-width : 0px 0px 1px;
	border-color : #CC3333;
	}
th.tauluotsikko:first-letter
	{
	font-size : 15pt;
	}
p 	{
	font-size : 10pt;
	}
p:first-letter 
	{
	color: #CC3333;
	font-size : 20pt;
	}
/*divien ja positioiden määrittelyt*/
#linkkitaulu
	{        
	position : absolute;
	width : 874px;
	height : 70px;
	top : 100px;
        left : 0px;
	background-color : #CC3333;
	background-image : url('kuvat/punatausta.gif')
        } 
#linkkitaulu2
	{
	position : absolute;
        top : 65px;
        left : 30px;
	}
#linkkitaulu3
	{
	position : absolute;
        top : 65px;
        left : 400px;
	}
#linkkitaulu4
	{
	position : absolute;
        top : 65px;
        left : 550px; 
	}
#isoala
	{
	position : absolute;
        width : 874px;
        height : 600px;
        top : 0px;
        left : 75px;
	background-color : rgb(70,91,108);
	}
#keskiala
	{
	background-color : white;
	position : absolute;
	width : 814px;
 	height : 430px;
       	top : 170px;   
        left : 60px;
	}
#keskiteksti
	{
	position : absolute;
	top : 5px;   
   	left : 30px;
	z-index : 1;
	}

#ylakuva{
	position : absolute;
        top : 23px;
        left : 0px;
	}
#oikeakuva
	{
	position : absolute;
        top : 30px;
        left : 570px;
	}
#oikeakuva2
        {
        position : absolute;
        top : 30px;  
        left : 400px;
        }   

#alakuva
        {
        position : absolute;
        top : 225px; 
        left : 220px;
        }   
#alakuva2 
        {
        position : absolute;
        top : 400px;
        left : 117px;
        }

