html, body {
  background-color: #FFDED9;
  background-image: url("pdotbg.gif");
}

@font-face {
  font-family: wecit;
  src: url(wecit.otf);
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #E6F0E1;
  background-color: transparent;
  font-size: 18px;
} 

.box10 { 
background-color : #fff ; 
background-image : url(centre_fabric.gif); 
border: 1px solid #484500; 
border-radius : 10px ; 
margin : auto ;
padding : 50px 0; 
width : 60%
} 
.box-inner { 
padding : 1em }

.container {
  display: grid;
  grid-template-areas:
    "header header"
    "dtory content"
    "footer footer";
  grid-template-columns: 1fr 3fr; 
  gap: 3px;
  border-radius:10px;
  background-image: url(centre_fabric.gif);
  padding: 5px;
}
.container div {
  background-color: white;
  border-radius:10px;
  padding: 10px; 
}
.container .header {
  grid-area: header;
  text-align: center;
  font-family: "wecit", Times, serif;
  border-color: black;
  font-size: 30pt;
  background-color:#cbbeb2;
  color: #73685e;
  background-image: url(u15-bg-frill.gif), url(us15-bg-frill.gif);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
  border-style: solid;
}

.container .dtory {
  grid-area: dtory;
  text-align: center;
  font-family: "wecit", Georgia, serif;
  border-color: black;
  border-style: solid;
  background-image: url(todo_paper.png);
}
.dtory img{
  object-fit: scale-down;
  object-position: bottom;
}

.container .content {
  grid-area: content;
  text-align:center;
  font-family: "wecit", Times, serif;
  border-color: black;
  color: #73685e;
  background-color: #b0bb8d;
  background-image: url(changelog_paper.gif);
  border-style: solid;
}
.container .footer {
  grid-area: footer;
  text-align: center;
  font-family: "Georgia", Times, serif;
  border-color: black;
  border-style: solid;
  font-size: 8pt;
  background-image: url(footer_gingham.gif);
}
.box07 { 
background : url(bio_outer.png); 
box-shadow : 0 1px 5px #4a4a4a; 
box-sizing : border-box; 
margin : 1em auto; 
padding : 20px; 
width : 80% 
}  