@import url(fontstyles.css);
@import url(layout.css);

/* Elements with colored backgrounds */
.titleBanner, .pgContent h1 {
	background-color: #06c;  /* was #000080, then #66c */
  	color: #fff;  /* also tried #ededed */
}


.highlightedbox, .byTheWayBox {
	background-color: #edebe9;
  	color: #000000;  /* or #ececec ? */
}

.calendar {
	/* background-color: #fff; */
	background-color: #edebe9;
}

/* Other style information that is neither specifically font styles nor
 * layout information.
 */

.pgContent li {
        list-style-type:    disc;
}

IMG .thumbnail {
        border: none;
        width: 60px;
}

.hidden { display: none }

@media print{
    .byTheWayBox, .noprint{
            display:none;
    }

}
