.body_style {
	font-family: "Franklin Gothic Book", Kartika, sans-serif;
	font-size: large;
	color: #0000A0;
	background-color: #CCCCFF;
	font-weight: bold;
	border: none;
}
.page_heading {
	font-size: x-large;
	font-weight: bold;
}
.link_style {
	font-size: small;
	color: #FFFFFF;
	background-color: #800080;
	font-weight: bold;
	text-decoration: none;
}
.current_page {
	color: #800080;
	background-color: #FFFFFF;
	font-size: medium;
}
.table_style {
	color: #800080;
	border: medium outset;
}
.small_text {
	font-size: medium;
	font-weight: bold;
}
.error_style {
	color: #FF0000;
}
.message_style {
	color: #00CC00;
}
.column_heading {
	font-size: small;
	color: #800080;
}
.small_table {
	font-size: medium;
	border: outset;
}
.send_button {
	font-size: large;
	color: #800080;
	border: outset;
}
.form_input {
	background-color: #ffffff;
	color: #800080;
	border: 1px solid #800080;
}
.confirm_delete {
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #00FF00;
	text-decoration: none;
}
.refuse_delete {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
