body {
	background-color: white;
	font-family: "Times New Roman", Times, serif;
}

.center {
	background-color: purple;
	color: white;
	width: 40%;
	min-width: 400px;
	margin: 48px auto 48px auto;
	padding: 12px;
}

.centerreverse {
	background-color: white;
	color: purple;
	width: 40%;
	min-width: 400px;
	margin: 48px auto 48px auto;
}

div.camname {
	font-family: "Lobster Two", "Times New Roman", Times, serif;
	font-size: 400%;
	font-style: italic;
	margin: 24px;
	padding: 12px;
	text-align: center;
}

div.camlongname {
	font-family: "Lobster Two", "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	min-width: 250px;
	margin: 4px auto 4px auto;
	padding: 4px;
	text-align: center;
}

div.camstandard {
	font-size: 125%;
	width: 33%;
	min-width: 250px;
	margin: 24px auto 24px auto;
	padding: 12px;
	text-align: center;
}

div.image {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

hr {
	background-color: white;
	color: purple;
	border: none;
	height: 2px;
}

a {
	color: white;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}
