H1 {
	text-align: center;
	font-size: large;
	margin-top: 1em;
}

.bordered {
	margin-bottom: 10px;
	border-width: 5px;
	border-color: #003399;
	text-align: center;
}

.caption {
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial Bold, Arial, Helvetica, helv, sans-serif;
/*	background: #003399;
	color: white;*/
}

.modified {
	text-align: right;
/*	color: #eeeebe;*/
	font-size: xx-small;
/*	background: #FF3300;*/
/*	background: #FF9933;*/
	background: #003399;
	color: white;
}

H2 {
	font-size: medium;
}


H1, H2, H3, H4 {
/*	background: #e6e3b7;*/
	font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
	color: #003399;
/*	color: #eeeebe;*/
/*	color: #3366CC;*/
/*	color: #003399;*/
/*	color: #FF6600;*/
}

UL {
	list-style-type: square;
	list-style-position: inner;
/* url(/~michaels/bullet.gif) */
}


/*
DT {
	margin-bottom: 12;
	padding-top: 6;
}
*/

LI {
	padding-top: 6;
}

CODE {
	font-family: monospace
}

A:link {
	color: #0000CC;
}          

A:visited {
	color: #333399;
}        

A:active {
	color: #FF6600;
} 

BODY {
/*	letter-spacing: .45ex;*/
	font-size: x-small;
	background: white;
	padding-top: 10%;
	margin-left : 20%;
	font-family: Arial, helvetica, sans-serif;
}

/*
TABLE {
	margin-top:20px;
	font-size: x-small;
	padding-top: 6;
	font-family: Arial, helvetica, sans-serif;
}
*/

TABLE {
	font-size: x-small;
	color: black;
	line-height: 100%;
}

.illustration {
	font-size: x-small;
	background: #EEEEEE;
	color: black;
	line-height: 100%;
}


P {
	color: black;
	line-height: 150%;
/*	margin-top: 20px; */
/*	margin-bottom: -20px; */
/*	text-indent: 5%; */
/*	color: coral; */
/*	background: #e6e3b7;*/
/*	margin-left : 5em;*/
/*	margin: 20%;*/
/*	margin-top : 5%;*/
}



