body {
font-family: arial,Helvetica,sans-serif;
color: #333366; 
background: #ffffff;
top:0;
left:0;
margin:0;
padding:0;
}

/* Main black headings, italics, centered */
H1 { color: #000000;
font-style: italic; 
font-family: 'hoefler text', palatino, 'times Roman', serif; 
text-align: center; 
background: transparent;} 

/* large black headings centered */
H2 { color: #000000;
font-family: arial,Helvetica,sans-serif; 
text-align: center; 
background: transparent;} 

/* med black headings align left*/
H3, H4 { color: #000000;
font-family: arial,Helvetica,sans-serif;
background: transparent; } 

.fancy {font-family: 'hoefler text', palatino, 'times Roman', serif;
font-weight: bold;
color: #000000;
background: transparent;
font-size: 12px; }

.fancylarge {font-family: 'hoefler text', palatino, 'times Roman', serif;
font-weight: bold;
color: #000000;
background: transparent;
font-size: 18px; }

.medsmall { font-family: arial,Helvetica,sans-serif;
color: #000000;   
background: transparent; 
font-size: 80%; } 

div.quotenoi { margin-left:2em;
margin-right: 2em; }

UL 
{list-style-type: disc; 
font-size: 12px; 
font-family: arial,Helvetica,sans-serif; }

      /*links dk blue until mouseover then Dk berry */

a:visited {color: #333399;
  background: transparent;
  font-size:12px;
  font-weight: bold;
  font-family: arial,Helvetica,sans-serif; }
a:link {color: #333399;
  background: transparent;
  font-size:12px;
  font-weight: bold;
  font-family: arial,Helvetica,sans-serif; }
a:hover {color: #660033;
  background: transparent;
  font-size:12px;
  font-weight: bold;
  font-family: arial,Helvetica,sans-serif; }
a:active {color: #660033;
  background: transparent;
  font-size:12px;
  font-weight: bold;
  font-family: arial,Helvetica,sans-serif; }

