<!--
#yla 
	{
	width: 100%;
	left: 0px;
	top:0px;
	position: absolute;
	height: 100px;
	background-color: #999900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	color: #000000;
	}

#oikea 
	{
	position: absolute;
	left: 200px;
	top: 140px;
	margin-right: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	text-align: justify;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #999900;
	border-left-color: #CCCCCC;
	}

#vasen
	{
	position: absolute;
	width: 135px;
	left: 5px;
	top: 140px;
	border: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #CCCC66;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

/*navigointilinkkien (päänavigointi) muotoilut*/

A:link 
	/*Ei käydyn sivun linkkien muotoilu*/
	{
	color: #5B5C00;
	border: navy solid 0px;
	font-weight: bold;
	text-decoration: none; 
	}
		
A:visited  
	/*vierailtu linkki*/
	{
	color: #5B5C00;
	font-weight: bold;
	text-decoration: none;
	}

		
A:hover /*hiiri linkin päällä*/
	}
	color: #000;
	background-color: #000;
	text-decoration: underline overline; 
	}

A:active
	/*Aktiivisen linkin muotoilut*/
	{
	color: #5B5C00;
	font-weight: bold;
	text-decoration: none;
	}	


.menu {
	font-family: "Verdana","Arial";
        text-decoration: none;
        color: #0066CC;
	font-size: 12pt;
        }

.menu:hover 
	{
        text-decoration: underline overline; 
        color: #ffffff; 
	background-color: #5B5C00;
	}
.otsikko 
	{
  	font-size: 16pt;
  	font-weight: bold;
	color: #5B5C00;
	}

.kursiivi
	{
  	font-style: italic;
	font-size: 10pt;
	}

.kuva
	{
	padding: 10px;
	}

.muotoilu
	{
	font-weight: 700;
	}

.vari
	{
  	font-weight: bold;
	color: #5B5C00;
	}

-->

