body { color: #000000; background: #FFFFFF; margin-left: 6em;}
A:link		{ text-decoration:underline; color:black;  font:10pt Tahoma; font-weight:bold; }
A:hover		{ text-decoration:underline; color:red;  font:10pt Tahoma; font-weight:bold; background:yellow }
A:active	{ text-decoration:underline; color:red; font:10pt Tahoma; font-weight:bold; }
A:visited	{ text-decoration:underline; color:gray; font:10pt Tahoma; font-weight:bold; }

/* class selectors */
.ChapterTitle { background: #CCCCCC; font-family: Helvetica, sans-serif; font-size: 24pt; font-weight: bold; color: #0000FF; }