body  {
      background-image: url(Images/HJconvcopy.jpg); 
      background-repeat: no-repeat; 
      background-attachment: fixed;
      background-position: center;
      font-family: 'Parisian BT', 'Times New Roman',Arial, Tahoma, sans-serif;
      color: #009; /*blue*/
      font-weight: normal;
      margin: 5% 10% 10% 10%;
      width: 80%;
}

.outside {
         border: thin dotted #009; 
         padding: 50px;  }
	  
h1  { text-align: center;
      font-size: 300%;}
	  
h2  { text-align: center;
      font-size: 160%; 
      font-style: italic; }
	  
img  {  position: absolute;
	left: 140px;
	top: 80px;  }

.img { position: absolute;
       left: 750px;  
       top: 80px;  }

a:link, visited, active  {
      color: #000099; /*blue*/
      font-weight: bold;  } 

p {  font-family: 'Parisian BT', 'Times New Roman',Arial, Tahoma, sans-serif;
      color: #009; /*blue*/
      font-weight: normal;
      text-align: center; 
}
