body{
	background-color: #e1d8bb;
	background-image: url(tausta.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;

}
a{
	color: #0000CD;
}
a:hover{
	color: #6A4F50;
	font-style: italic;
}

#sisalto{
	background-color: transparent;
	border-left: 1px solid #c1af74;
	border-right: 1px solid #c1af74;
	margin-left: 30px;
	padding-right: 15px; 
	padding-left: 35px;
	padding-bottom: 40px;
	font-family: Verdana;
}

#sisalto .otsikko{
	font-size: 20px;
	border-bottom: 2px dashed #FFA500;
}
#sisalto p{
	font-size: 12px;
}

.fact{
	border: 1px solid #545454;
	background-color: #c5aa73;
	font-size: 11px;
	padding: 5px;
	background-image: url(facttausta.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


.fact2{
	border: 1px solid #545454;
	background-color: #DAA769;
	font-size: 10px;
	padding: 5px;
	padding-bottom: 10px;
}

#suku td{
	background-color: #CD853F;
	border: 1px solid #545454;
	font-size: 9px;
	font-family: Verdana;

}

hr{
	background-color: #DEB27C;
	height: 4px;
}
