body {background:#fafafa; margin:0; color:#000;font-family:tahoma;font-size:12px;
    color:black;
    font-family:  "andale mono", courier new, courier, mono-spaced;
    font-size:10pt;
    background:white;
    /*white-space: nowrap;  */
}
h1 {color:black; font-size:20px;font-weight:normal;}	
h2 {font-weight:normal;}
a img {border:1px solid #ccc; margin-bottom:10px;}
a {color:#0F6FC6; text-decoration:none}
a:hover {text-decoration:underline !important;}
#wrapper {width:80%;margin:20px auto;font-size:12px;clear:both; margin-bottom:30px; }
.album {
	background:#f6f6f6;width:200px;float:left;margin-right:10px;height:160px;overflow:hidden;padding:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
	position:relative;	
}
.album h2 {margin:0;padding:10px;position:absolute;background:#f6f6f6;bottom:0;left:0;text-align:center;width:200px;}
.album h2 a {text-decoration:none;font-size:13px;font-weight:bold;color:#000}
.album img {width:200px;}
.clear {clear:both;}

a.thumbnail {width:90px;margin:2px;height:90px;overflow:hidden;display:block;float:left;}

#top {position:fixed; bottom:20px; left:20px;}
#top a {color:#000;text-decoration:none;font-size:10px;}

#footer {
	width:80%;
	margin:20px auto;
	font-size:10px;
	
}

	pre
	{
		
		clear:both;
		display:block;
		font-size:11px;
		background:white;
		border:1px solid #eee;
		border-left:3px solid #6CE26C;
		padding:15px;
		color:#000;
		
	}