/* CSS Document */

body {
  background-color: black;
  color: black;
  font-family: arial, sans-serif;
  margin: auto;
}




#pageTitle {
  padding-right: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
  font-size: xx-large;
  font-weight: bold;
  color: white;
}


#pageContent {
  text-align: left;
  padding: 15px;
  border: solid #ccc 4px;
  width: 80%;
  margin: auto;
  
  background-color: white;
}


