body
{ 	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:  #000000;
	outline: none;
	}

a:hover {
	color: #828282;
	text-decoration: none;
	}

p {

	font-size: 9px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	
	}
	
	
p.otsake {
	background:#3f3f3f;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	
	}
	
	
p.kuva {
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	
	}
	
	
p.iso {
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;

	}	
	
	
p.italic {
	font-style:italic;
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;

	}		


div.menu {
	overflow : no;
	position: fixed;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	width: 150px;
}

div.content {
	position: absolute;
	overflow : auto;
	top: 20px;
	margin-left: 300px;
	padding-top: 0px;
	vertical-align: top;
	margin-right: 300px;
	width: 800px;
	
	}