BODY {
	font-size: 16px;
	color: black;
	background-color: #E0E0E0;
	background-image: url(https://jiji-cat.tripod.com/squre.gif);
	background-repeat: repeat;
	margin-left: 32px;
}

A { font-weight: bold; text-decoration: none; }
A:link { color: #CC0000; }
A:visited, A:active { color: navy; }
A:hover {
	background-color: orange;
	text-decoration: underline;
}

ADDRESS {
	font-style: italic;
	font-size: 16px;
	text-align: right;
}

BLOCKQUOTE {
	margin-left: 4em; 
	margin-right: 4em;
	margin-top: 10pt; 
	margin-bottom: 10pt;
	font-style: italic;
}

CAPTION{
	font-weight: bold;
	font-size: 16px;
	background-color: white;
	padding: 0px;
	border-width: 0;
}

DT {	line-height: 24px; }
DD {	line-height: 20px; }

H1 {
	font-size: 32px;
	line-height: 40px;
	color: #990000;
	margin-left: -24px;
	border-width: 0;
}

H2 {
	font-size: 24px;
	line-height: 32px;
	color: #990000;
	margin-left: -24px;
}

H3 {
	font-size: 20px;
	color: #990000;
}

KBD {	font-weight: bold; }

P { font-size: 16px; border-width: 0; }

SMALL {	font-size: 12px; }

TD {	font-size: 16px; }
TD.nowrap {
	white-space: nowrap; }
TD.vspace {
	height: 10px; }

UL { font-size: 16px; line-height: 24px; }
UL.low { font-size: 16px; line-height: 20px; }


.sky {
	background-color: skyblue;
	background-image: url(http://www3.justnet.ne.jp/~k-nakano/skysqure.gif);
}

.c0 {
	background-color: #C0C0C0;
	border-width: 0;
}

.navi {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	background: white;
	text-transform: capitalize;
	text-align: center;
	border: 1 purple;
}

.navib {
	font-style: normal;
	font-weight: bold;
	background: white;
	text-align: center;
	border: 1 purple;
}

.dir {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	background-color: white;
	text-indent: 8px;
	margin-left: 0px;
	border-width: 2px;
	border-color: white;
}

.bold	{ font-weight: bold; }
.center	{ text-align: center; }
.u	{ text-decoration: underline; }

.left	{ text-align: left; }
.right	{ text-align: right; }
.fleft  { float: left; }
.fright { float: right; }
.red	{ color: red; }
.xv { font-size: 15px; border-width: 0; }
