@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}
a {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
}
a:visited {
	color: #000066;
}
a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}
td.tl {
	width: 32px;
	height: 18px;
	background-image:url(./images/words_tl.png);
	background-repeat: no-repeat;
}
td.tc {
	height: 18px;
	background-image:url(./images/words_tc.png);
	background-repeat:repeat-x;
}
td.tr {
	width: 32px;
	height: 18px;
	background-image:url(./images/words_tr.png);
	background-repeat: no-repeat;
}
td.cl {
	width: 32px;
	background-image:url(./images/words_cl.png);
	background-repeat:repeat-y;
}
td.cr {
	width: 32px;
	background-image:url(./images/words_cr.png);
	background-repeat:repeat-y;
}
td.bl {
	width: 32px;
	height: 18px;
	background-image:url(./images/words_bl.png);
	background-repeat: no-repeat;
}
td.bc {
	height: 18px;
	background-image:url(./images/words_bc.png);
	background-repeat:repeat-x;
}
td.br {
	width: 19px;
	height: 18px;
	background-image:url(./images/words_br.png);
	background-repeat: no-repeat;
}
td.center {
	text-align: left;
}
img {
	border-style: none;
}
h3 {
	margin: 0 0 1px 0;
	padding: 0px;
}
hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
}
font {
	color: #ff0000;
}
table.black {
	width: 100%;
	height: 130px;
	background-color: #000000;
	text-align: center;
}
