/* <style type="text/css"> */

body { 
 background: rgb(80%, 90%, 100%);
 color: black;
 margin-left: 8%; margin-right: 5%; 
 font-family: Arial, Helvetica, sans-serif
}

p{font-size: 100%;}
p.blue {font-size: 80%; color: blue;}
p.name { font-size: 90%;}
p.dates {font-size: 70%;}

DIV { 
 text-align: center;
 margin: 0.1em;
 float: none;
}

DIV.pics {
 float: none;; 
 width: 300;
 border-width: thin;
 border-style: solid;
 border-color: blue;
 background: rgb(70%, 80%, 100%);
}

IMG { 
 margin: 0.25em;
 float: none;
 width= 128; height= 128;
 padding: 5 5 5 5;
 border-width: thin;
 border-style: solid;
 border-color: lightblue;
 background-color: #99f ;
} 

IMG#img00 { position: absolute; visibility: hidden;}
IMG#img01 { position: absolute; visibility: hidden;}
IMG#img02 { position: absolute; visibility: hidden;;}

IMG#imgintro { position: relative; visibility: visible;}

IMG#imgbon {
 width= 64; height= 32;
 position: relative; visibility: visible;}

/* </style> */