
.header {
	display:block;
	border : medium inset Aqua;
	color : Black;
	font : bolder 150% Arial, Helvetica, sans-serif;
	padding : 5px;
	margin: 10px;
}.page_head {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-align : center;
}

.main_menu {
	border : 3px outset #00aaFF;
	background-color : White;
	text-align : center;
}
.main_link {
	font : bold normal 12pt BankGothic Md BT;
	color : red;
	text-decoration : none;
}
.text_link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : Red;
	pointer : hand;
	font-size : 8pt;
}

.text_link:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : Red;
	pointer : hand;
}

.text_link:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	color : Red;
	pointer : hand;
}

.home_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
}

.ctvw {
	color : Red;
	font-family : "BankGothic Md BT";
	font-size : 14pt;
	font-style : italic;
	font-weight : bolder;
}

.book_title {
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
}





