<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.navigation {
	
	margin:10px 50px;

}

div.navigation ul{
	
	list-style:none;

}

div.navigation ul li{
	
	float:left;
	width:150px;

}

	.gallery {
		background-color: #fff;
		padding: 10px;
		width: 798px;
                margin: 0 auto;
	}
	.gallery ul { list-style: none; }
	.gallery ul li { width:120px;height:200px;font-size:11px;float:left; }
	.gallery ul .img {
		width:100px;
		height:100px;
		border:#EEE 1px solid;
	}
	.gallery ul a:hover { }</pre></body></html>