@charset "utf-8";
/* CSS Document */

#blackbook_table {
	background-color: #FFF;
	margin-top: 25px;
}

.blackbook_pagehead    {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}

.blackbook_header {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-top: 25px;
}

.blackbook_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	text-align: justify;
	width: 90%;
	margin: auto;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

.blackbook_header a:link {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}

