<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { width: 100%; height: 100%; } /* Necessary to scale images! */

body { background-color: #ffffcc; }

.Picture        { width:30%; height:auto;  }
.Picture:hover  { width:80%; }

.Picture1       { width:10%; height:auto; padding-right: 3mm;}
.Picture1:hover { width:20%;}

.Box1           { width:35%; height:auto; float:left;}
.Box2           { width:65%; height:auto; float:left;}

.ImageBox       { float:left;}

</pre></body></html>