/*
 *
 * CSS for the Web
 * matusita@ist.osaka-u.ac.jp
 *
 */

/* base style */
BODY {
	color: black;
	background-color: #80d1c4;
	font-family: "Times New Roman", serif;
	text-align: justify;
}

/* anchor colors */
A:link A:visited A:active {
	color: blue;
	background-color: white;
}

/* topics */
H1 {
	font-weight: bold;
}
H2 {
	font-weight: bold;
}

/* EM */
EM {
	font-weight: bold;
	font-style: normal;
}

/* DL */
DT {
	font-weight: bold;
}

/* description blocks */
.DESCR {
	margin-left: 5%;
	margin-right: 5%;
}

/* title blocks */
.TITLE {
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	white-space: nowrap;
}

/* topics string */
.TOPICS {
	font-weight: bold;
	font-size: large;
	margin-top: 1em;
	margin-bottom: 0.5em;

	padding-left: 0.3em;
	border-left-width: thick;
	border-style: none none none solid;
	border-color: black;
}

/* tabbing environment by table */
TABLE.TABBING {
	border-style: none;
	white-space: nowrap;
}
TD.LEFTSPACE {
	border-left: solid #80d1c4 2em;
}
