body {
	font-family: sans-serif;
	margin: 0;
}
h1, h2, h3, h4 {
	font-family: Georgia, sans-serif;
	text-align: center;
	margin: 10px;
}
div#content {
	background-color: #f2f2f2;
	position: relative;
	padding: 10px;
	margin: 0px auto;
	width: 600px;
	box-shadow: 3px 3px 2px #ddd;
}

a:link {
	color: #3138d2;
}
a:visited {
	color: #2c97e3;
}
a:hover {
	color: #d23166;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

h1 a, h1 a:link, h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover {
	color: #d23166;
}

h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

p {
	font-size: 1em;
	color: #255698;
}
p#footer {
	margin: 0px;
	margin-top: 10px;
	font-size:9px;
	text-align: center;
}
p#footer a {
	color:#BBB;
}

img {
	border-style: none;
}

li {
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

li.sep {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

p#footer img {
	border-style: none;
	margin: 1px;
}

#picturelist {
	text-align: center;
}
#picturelist img {
	border: 1px solid black;
}

