/* A CSS to link to -- by Carol Mattsson */

/* lavender azure seashell white, can also be a GIF file to tile */
body { background: seashell;
   font-family: verdana, helvetica, sans-serif;
}

.matching {
	background: seashell;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

ul { list-style-image: url(./cat01.gif); }
ol { list-style-type: decimal; }	<!-- p. 72, 265 -->

hr { width: 90%; height: 3; }

.errText {
   color: #9C0000;
}

.introText {
	text-align: left;
}

.catTitle {
	color: white; background: black; text-align: center;
	font-weight: bold;
}
.catText {
	color: white; text-align: center;
}

.catCell {
	background: black; text-align: center;
}

.navCell {
	horizontal-align: center;
}

.navBar {
	/*color: white;*/
	font-weight: bold:
}

.photoTable {
	background: white;
}
.navbarTable {
	/* background: #330099; */
}
