/* CSS file for cascade spindle pages */
	/* Note - colors are defined in a separate file on a per-page basis */

/* Formatting for whole page */
 BODY { margin-left: 2% }
 H1, H2, H3, H4, H5, H6, P, BODY, LI, UL, DL { font-family: Georgia, serif }

/* Page title */
 H1 { font-weight: bold; font-size: xx-large; text-align: center; margin-top: 0; margin-bottom: 0 }

/* Page Subtitle */
 H2 {  font-weight: bold; font-size: large; margin-top: 0; margin-bottom: 0 }

/* Body text */
 P, BODY, TD { font-weight: normal; font-size: x-small; margin-top: 0 }
 P, BODY A:link { text-decoration: none}
 P, BODY A:active { text-decoration: none }
 P, BODY A:visited { text-decoration: none } 
 P, BODY A:hover { text-decoration: underline }

/* Navbar text */
 H3 { font-weight: normal; font-size: medium; text-align: center; line-height: 110%; margin-bottom: 0; margin-top: 0; border-style: solid; border-width: 2; }
 H3 A:link { text-decoration: none }
 H3 A:active { text-decoration: none; }
 H3 A:visited { text-decoration: none } 
 H3 A:hover { text-decoration: none; }

/* paragraph (section) heading text */
 H4 { font-weight: normal; font-size: large; margin-bottom: 3}

/* disclaimer and footnote text (really small) */
 H6 { font-weight: normal; font-size: xx-small; margin-top: 0; margin-bottom: 0; text-decoration: none }

/* Quoted examples text */
 BLOCKQUOTE { font: x-small "Courier New", fixed }

/* Citations/References text */
 CITE { font: x-small italic "Courier New", fixed }

/* How lists look */
 LI, UL, DL { font-weight: normal; font-size: x-small; margin-top: 0 } 

/* horizontal rules */
 HR.between { width: 60%; height: 2 }

