/* General Style
 */

BODY {
  margin: 1em 1.5em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  /* font-family: Lucinda, Helvetica;  */
  color: white;
  background: #333333;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

A:link, A:visited, A:active {
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #ff6600; 
  /* color: #580f6e; CCNY purple */
}


TH, TD {
  color: white;
}
 
H1, H2, H3 {
  text-align: left;
  font-weight: normal;
}

.text {
  margin: 1em 1.5em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  ;font-family: Lucinda, Helvetica; 
  color: white;
   background: black;
  /* background: #333333; */
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sentence {
  margin: 1em 1.5em;
  padding: 1em;
  font-family: Courrier, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  ;font-family: Lucinda, Helvetica; 
  color: white;
   background: #333333;
  /* background: #333333; */
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
