﻿body {
	font-family: Sans-Serif;
}
h3 {
	margin-bottom: -15px;
}
.content {
	margin:20px;
}
.title {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 5px;
}
.hint
{
	color: green;
	margin-top: 20px;
}
.caption {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: -10px;
}
.ohNo {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;	
}
.photoHeader {
	color: black;
	text-decoration: none;
}
.contents {
	/*text-align: center;*/
	font-size: small;
	margin:5px;
}
.contents a {
	text-decoration: none;
}
.contents a:hover {
	text-decoration: underline;
}
.contact {
	text-decoration: none;
}
.contact:hover {
	text-decoration: underline;
}
.copyright {
	font-size: xx-small;
}
.date {
	margin-top: -20px;
	margin-bottom: -20px;
}

