.edge {
	border: 5px solid #FFFFFF;
}
tr {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 25px;
}
a {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #CCDDED;
}

.heading {
	font-size: medium;
	font-weight: bold;
}

.capt {
	font-size: x-small;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.hidden {
	color: #FFFFFF;
}