/*Amurin ty&ouml;l&auml;ismuseokorttelin Tapahtumat-sivun muotoilut*/
/*2009 Annemari Tiitola*/

body
{	width:800px;
	margin: 0 auto 0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color:#FFFFFF;
}
	
/*Otsikot*/
h1
{
	font-family:"Georgia, Garamond, serif";
	font-size:18px;
	font-style:italic;
}

h2

{
	font-family:"Georgia, Garamond, serif";
	font-size:18px;
}

h3

{
	font-family:"Georgia, Garamond, serif";
	font-size:95%;
	font-weight:bold;
	}

h4 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#664526;
	border-bottom:thin dotted #664526;
	padding-bottom: 5px;
}

.lootanotsikko{
	clear:left;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#664526;
	}
	
img {
	float:left;
	padding-right:15px;
}

.kuvaoikealle{
	float:right;
	padding-left:15px;
	}

ul{
	list-style-type:none;
	}
	
a{
	text-decoration:underline;
	}
	
a:hover, a:active{
	text-decoration:none;
	border-bottom:thin dotted #664526;
	}

.pudotus{
	display:block;
	clear:left;
	}
	



