/* CSS Document */

body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 2% 10%;
	width: 80%;
}

li {
	list-style-position: outside;
	list-style-type: disc;
}


a:link, a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #990033;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
}
.instructions {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: small;
	font-style: italic;
}
.tabletext {
	vertical-align: text-top;
}
.dates {
	border: .5px solid #000000;
	border-collapse:collapse;
}
.officetable {

	border: .5px solid #000000;
	border-collapse:collapse;
}
.photos {
	padding: 7px;
	margin: 7px;
}
h2 {
	float: none;
	clear: both;
}
h3 {

	float: none;
	clear: none;
}
