﻿.PictureBorder {
	margin: 20px;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
}

.confirmed {
	color: #00FF00;
}
.unconfirmed {
	color: #00FFFF;
}
.unworked {
	color: #FF0000;
}
.cellconfirmed {
	border: thin solid #00FF00;
}
.cellunconfirmed {
	border: thin solid #00FFFF;
}
.cellunworked {
	border: thin solid #FF0000;
}
.tableborder {
	border: thin solid #000000;
}

