body {
	margin: 0px;
	padding: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	text-align: center;
}

.picMainWrapper {
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #fff;
}

.picWrapper {
	padding: 10px;
	margin: 0px;
	text-align: center;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: bold;
	color: #700;
	text-decoration: none;
	border: none;
}

a:hover {
	font-weight: bold;
	color: #b00;
	text-decoration: underline;
	border: none;
}
