body {background-color: black}

p {
  text-align: left;
  color: white;
/*  font-style: italic; */
/*  font-size: smaller; */
  text-indent: 0;
}

h1 {
  text-align: center;
  color: white;
/*  font-style: italic; */
/*  font-size: smaller; */
  text-indent: 0;
}


td {
  text-align: center;
  color: white;
/*  font-style: italic; */
/*  font-size: smaller; */
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

a:link {
  color: orange }

a:visited {
  color: orange }
em {
  color: white;
}

br {
  color: red
}