body {
  font-family : 'Times New Roman',Serif;
  font-size : 18px;
  font-weight : bold;
  padding:0px; 
  margin:40px; 
  background-image : url("images/bkgnd.jpg");
  background-attachment : fixed;
  background-color : FFE7CE;
  color : black;
}

h1 {
  font-family : 'Times New Roman',Serif;
  font-size : 36px;
  font-weight : bold;
  text-align : center;
  margin-bottom : 0;
  margin-top : 0;
  }

h2 {
  font-family : 'Times New Roman',Serif;
  font-size : 24px;
  font-weight : bold;
  text-align : center;
  margin-bottom : 0;
  margin-top : 0;
  }

h3 {
  font-family : 'Times New Roman',Serif;
  font-size : 18px;
  font-weight : bold;
  margin-bottom : 0;
  margin-top : 0;
  }

p {
  font-size : 18px;
  }

table {
  font-family : 'Times New Roman',Serif;
  font-size : 18px;
  font-weight : bold;
  }
  
p.title {
  font-size : 18px;
  font-weight : bold;
  text-align : center;
  color : black;
  margin-bottom : 5;
  margin-top : 0;
  }

p.caption {
  font-size : 14px;
  text-align : justify;
  color : black;
  margin-bottom : 0;
  margin-top : 0;
  }

p.footnote {
  font-family: 'Times New Roman', Serif; 
  font-size : 10px;
  font-weight : normal;
  color : black;
  }

a {
  color : 0000EE;
  }

a:link {
  color : 0000EE;
  }

a:visited {
  color : 551A8B;
  }

a:hover {
  color : FF0000;
  }

