.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: lighter;
	color: #000000;
	background-color: #FFFFCC;
	text-align: left;
	display: block;
	text-decoration: none;
}
.background {
	background-color: #000000;
}
.background_table {
	background-color: #FFFFFF;
	color: #cc0066;
}
.image_border {
	margin: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-color: #cc0066;
}
.table_row {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #CC0066;
	text-decoration: none;
	background-color: #FFFFCC;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990066;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:link {
	color: #CC0066;
}
