body { 
	color : black; 
	background : white; 
	font-family: verdana, arial, helvetica, sans-serif; 
}

.address { 
	font-size : 90%;
	margin-left : 2.5%;
	margin-right : 2.5%;
	padding : 0.5em; 
	border-width : medium; 
	border-style : solid; 
	border-color : inherit; 
}

.bi { 
	font-weight : bold; 
	font-style : italic; 
}

.bold { 
	font-weight : bold; 
}


.date { 
	text-align : right;
	/* font-size : 90%; */
}

.hide { 
	display : none;
}

.intro { 
	font-size : 110%;
}

.italic { 
	font-style : italic;
}

.toc-intro { 
	font-family : arial, sans-serif;
	font-weight : bold;
	font-size : 115%;
}

.toc-item { 
	font-weight : bold; 
	font-size : 105%; 
}

.si { 
	font-size : 90%;	
}

.si-intro { 
	font-size : 105%;	
}

.ti { 
	font-size : 105%; 
	font-weight : bold; 
}

.ti-intro { 
	font-size : 115%; 
	font-weight : bold; 
}

.valid { 
	text-align : center; 
}

a { 
	font-weight : bold; 
}

a.link {
	color : #23238E; 
	background-color : white;
}


a:visited { 
	color : #871F78;
	background-color : white;
}

a:active {
	color : white; 
	background-color : #00009C; 
}

a:hover { 
	color : white; 
	background : maroon; 
}

address { 
	/* text-align : center; */
	font-size : 110%; 
	margin-left : 2.5%;
	margin-right : 2.5%;
	padding : 0.5em; 
	border-width : thin; 
	border-style : solid; 
	border-color : inherit; 
}

hr { 
	color : inherit; 
	background : inherit; 
}

tt { 
	font-family : "Courier New", Courier, monotype; 
	text-transform : uppercase; 
}

