/* KI Today / Newsletter / print.css */
BODY { font-family: Times, "Times New Roman", serif; font-size: 10pt; }
A { text-decoration: underline; color: #555; }
.mtable { width: 100%; }
#header { width: 100%; }

/* H1 - page header; H2 - article header; H3 - article lead/article subheader; H4 - article sub-subheader */
H1, H2, H3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 0; }

/* .toc: table of contents - smaller font sizes */
.toc H2 { font-weight: normal; font-size: 11pt; margin-bottom: 2px; }
.toc H3 { font-family: Times, "Times New Roman", serif; font-weight: normal; }

P { font-family: Times, "Times New Roman", serif; font-size: 10.5pt; margin-bottom: 12px; line-height: 14pt; }

/* .bc: bread crumbs for navigation */
#bc { font-family: Arial, Helvetica, sans-serif; }
#bc A { color: #9C9F3E; }

.img .caption { font-family: Arial, Helvetica, sans-serif; }
