/* Special formatting for the Infinite Horizons prose sections */

table.prose {
background-color:	lightyellow;
border-style:		groove;
border-width:		4px;
border-color:		black;
padding:			4px;
}

/* Default paragraphs */
table.prose p {
}

/* Various headers */
table.prose h1,h2,h3,h4,h5,h6 { 
font-family:		sans-serif;
font-weight:		bold;
color:				darkblue;
background-color:	transparent;
margin-top:			0;
margin-bottom:		0;
}
