BODY {
  font-family : 'Times New Roman',Serif;
  font-size : 16px;
  font-weight : bold;
  padding : 0px; 
  margin : 0px 60px; 
  background-image : url('images/award_bk.gif');
  background-attachment : fixed;
  color : black;
}

h1 {
  font-family : 'Times New Roman',Serif;
  font-size : 48px;
  font-weight : bold;
  text-align : center;
  margin-bottom : 0px;
  margin-top : 0px;
  color : black;
  }

h2 {
  font-family : 'Times New Roman',Serif;
  font-size : 28px;
  font-weight : bold;
  text-align : center;
  margin-bottom : 0px;
  margin-top : 0px;
  color : black;
  }

h3 {
  font-family : 'Times New Roman',Serif;
  font-size : 22px;
  font-weight : bold;
  margin-bottom : 0px;
  margin-top : 0px;
  color : black;
  }

p {
  font-size : 16px;
  font-weight : bold;
  }

.intro {
  text-align : justify;
  }

.footnote {
  font-size : 10px;
  text-align : justify;
  }

table {
  font-family : 'Times New Roman',Serif;
  font-size : 16px;
  font-weight : bold;
  width : 100%;
  }

.design {
  border : 4px ridge grey;
  border-collapse : collapse;
  }
  
.design td {
  border : 4px ridge grey;
  border-collapse : collapse;
  text-align : center;
  width : auto;
  vertical-align : bottom;
  }

.design td.names {
  text-align : left;
  padding-left : 10px;
  }
  
a {
  color : blue;
  }

a:link {
  color : blue;
  }

a:visited {
  color : blue;
  }

a:hover {
  color : blue;
  }

