P.heading {
	font-weight: bold;
}

.listItem {
	margin-left: 2em;
}

BODY {
	/*background-color: #f8f8aa; */
	background-image: url(grid_swatch.png);
	background-repeat: repeat;
	margin: 0;
}

A {
	color: #202020;
	text-decoration: none;
	border-bottom: dotted 1px;
}

A:visited {
	color: #202020;
	text-decoration: none;
	border-bottom: dotted 1px;
}

A:hover {
	color: #000044;
	text-decoration: none;
	border-bottom: solid 1px;
}

DIV.nav {

/*	background-color: #d4d4ff; */
/*	background-color: #ddffdd;  */
	background-color: #ccddff;  
	padding: .2em;
	margin-top: .4em;
	border-style: dashed; 
	border-width: 1px;
}

TABLE.contenttable {

	width: 50em; 
	margin-top: -8px; 
	background-color: #e0e0e0;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
}

