@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFF;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	font-size:14px;
	line-height:1.2;
}
a:link{color:inherit;
text-decoration:none;
}
a:visited{color:inherit;
}
ul{
	list-style:none;
	margin-left:-12px;
	margin-top:20px;
}
li{margin-bottom:20px;
}
.currentgallery{list-style:disc;
			   font-weight:bold;
}
#potdiv{height:200px;
width:100%;
position:fixed;
bottom:0;
text-align:center;
}
