
/* Page background is white. */

body {background-color:#ffffff;}


/* Most text in black, simple, accessible styling. All headers progressively larger. */

p {font-family:Arial, Helvetica, sans-serif; font-size:9pt; text-decoration: none; color:#000000; text-decoration: none; line-height:14pt;}

p.1 {font-family:Arial, Helvetica, sans-serif; font-size:8pt; text-decoration: none; color:#000000; text-decoration: none; line-height:14pt;}

h1 {font-family:Arial, Helvetica, sans-serif; font-size:22pt; color:#000000; text-decoration: none;}

h2 {font-family:Arial, Helvetica, sans-serif; font-size:20pt; color:#000000; text-decoration: none;}

h3 {font-family:Arial, Helvetica, sans-serif; font-size:18pt; color:#000000; text-decoration: none;}

h4 {font-family:Arial, Helvetica, sans-serif; font-size:16pt; color:#000000; text-decoration: none;}

h5 {font-family:Arial, Helvetica, sans-serif; font-size:14pt; color:#000000; text-decoration: none;}

h6 {font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#000000; text-decoration: none;}


/* Underline all links, all links in black until mouseover when they change to purple. All visited links turn grey. */

a:link {color:#000000; text-decoration:underline;}

a:sublink {color:#000000; text-decoration:underline;}

a:hover {color:purple; text-decoration:underline;}

a:visited {color:grey; text-decoration:underline;}


/* All bullets, small and black. */

ol {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:10pt;}

li {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:10pt;}

ul {font-family:Ariel, Helvetica, sans-serif; color:#000000; font-size:10pt;}















