/* CSS for my biblio */
/*@import url(common.css);*/
/*@import url(indent.css);*/
body {
	/*line-height: 120%;*/
	/*background-color: white;*/
	/*color: black;*/
}
H1 { color: black }
H2,H3 { color: maroon; }
h2 {
	/*color: #FFFFCC;*/
	background-color: #99CCFF; /*#996600;*/
	border-color: #3366FF; /*#0000CC;*/
	font-weight: bold;
	border-width: thick 0 0 0;
	border-style: solid;
	padding: 0.1em 0.5em;
	margin-top: 1em;
}
address {
	margin-top: 2em;
	border-top: #3366FF thin solid;
}
hr {
	display: none;
}
DL.ToC {	/* no longer use? */
	/*margin-top:	0;*/
	margin-left:	20px;
	line-height:	100%;
}
.Test        { border-style: solid; border-color: #996600 }
DT {
	/*margin-top:	5px;*/
	line-height: 150%;
	font-weight: normal;
}
DT.ToC {	/* no longer use? */
	margin-top:	0;
}
DT.Title {	/* no longer use? */
	font-weight: bold;
	/*margin-top:	10px;
	maigin-bottom:	5px;*/
	/*color:	green;*/
}
DT.SubTitle {	/* no longer use? */
	font-weight: bold;
	/*color:	blue;*/
}
DD {
	font-weight: normal;
	/*line-height: 1.2em;*/
	line-height: 120%;
}

UL {
	margin-left:	1.5em;
}
.ToC {
	margin-top: 0;
	margin-bottom: 0;
}

.PubData {
	font-family: monospace;
}
.Date {
	/*margin-top:	0.2em;*/
}

/* Addition */
SPAN.Title {
	font-weight: bold;
	/*font-size: 1.2em;*/
	font-size: 120%;
}
SPAN.SubTitle {
	font-weight: bold;
	/*font-size: 1.1em;*/
	font-size: 110%;
}
SPAN.Comment {
	color: #0000A0;
}
SPAN.ToC {
	color: #856363;
}