body { 	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #852815;
	text-align: center;
}

bold {	font-weight: bold;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {	
	font-size: large;
	font-weight: bold;
	}

h3 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	}

h4 {
	font-size: medium;	
	}

h5 {
	font-size: small;
	}
	
h6 {
	font-size: small;
	}
	
A:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

A:visited{
	font-weight: bold;
	text-decoration: none;
	color: #ffcccc;
}

A:active{
	font-weight: bold;
	color: #cc9999;
	text-decoration: underline;

}

A:hover{
	font-weight: bold;
	color: #cc9999;
	text-decoration: underline;


}.teksti {
	color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
	border-bottom: 1px solid #AB331B;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	font-size: x-small;
	width: 90px;
	left: 109px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	background: #852815; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #AB331B; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover { background: #AB331B; } /* Hover Styles */
		
li ul li a { padding: 0px 0px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
#taulukko { border: solid 1pt #AB331B; }
