
P { text-align: justify; }
P.indent { text-indent: 2em; }
P.welcome { text-align: center; font-weight: bolder; font-size: 200%; color: #0000DD; margin-top: 1px; margin-bottom: 1px; }
P.book_title { text-align: left; font-weight: bolder; }
P.section_title { text-align: center; font-weight: bolder; font-size: 150%; color: #DD0000; margin-top: 1px; margin-bottom: 1px; }


A:link { color: #0000DD; background-color: transparent; }
A:visited { color: #000088; background-color: transparent; }
A:active { color: #880000; background-color: transparent; }

/* highlight links */
A[HREF]:hover { background-color: #0000FF; color: #FFFFAA; }

/* don't highlight this link */
A[HREF].normal:hover { background-color: transparent; color: #FFFFFF; }

BODY.main
{
	color: #000000;
	background-color: #6666FF; 
	text-align: center;
}

