/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your

   HTML content. To learn how to do something, just try searching Google for questions like

   "how to change link color." */

.header {
  font-size:32pt;
  font-weight:bold;
  padding:.5em 0em 0em 0em;
  margin:0em;
  white-space: nowrap;
  }
.footer {
  font-size:16pt;
  padding:.04em .0em;
  margin:0em;
  } 
.singleline_title {
  font-size:18pt;
  font-weight:bold;
  white-space: nowrap;
  }
.singleline_link {
  font-size:20pt;
  font-weight:bold;
  white-space: nowrap;
  }
.singleline {
  font-size:24pt;
  font-weight:bold;
  white-space: nowrap;
  }
.multiline {
  font-size:18pt;
  font-weight:bold;
  white-space: normal;
  }

.content {
  background-color:white;
  color: black; 
  margin:0em ;
  padding:1.4em 2em;
  width:74em;
  }

a       {
  text-decoration:none;
  padding-right:5em;
  } 
audio {
  position:relative; 
  top:0.4em;
  }
body    {
  background-color:white;
  color:black; 
  font-family:times new roman;
  padding:0em 3em 6em 3em;
  overflow:auto;
  }
