body {
  font-family: Verdana, Arial, sans-serif;
  margin: 4%;
  color: white;
  background-color: black;
  background-image: none;
}

h1, h2, h3, h4, h5, h6 { 
  text-align: center;
  font-weight: normal;
  color: #330066; 
}

/* dark lavendar #330066 */
/* light lavendar #CCCCFF */

blockquote { 
  font-size: 85%;
  padding-bottom: 1em;
}

table.centered-small { 
  width: 100%; 
  background-color: #330066; 
  border-style: solid; 
  border-width: thin;
/*  font-size: small; */
  text-decoration: none;
} 
table.centered-small a:link { text-decoration: none; }
table.centered-small a:visited { text-decoration: none; }
table.centered-small a:active { text-decoration: none; }

p { 
  text-align: justify;
}

p.bottom { 
  font-size: small; 
  text-align: right; 
}

a { color: #CCCCFF;  }  

img.rfloat {
  vertical-align: top; 
  float: right; 
  padding-top: 1em; 
  padding-bottom: 1em;
  padding-left: 1em; 
}
img.lfloat { 
  vertical-align: top; 
  float: left; 
  padding-top: 1em; 
  padding-bottom: 1em; 
  padding-right: 1em; 
}
