body { background-color: #eee; }
.intro { font-style: italic; padding-bottom: 1em; }
ul.keys li strong { font-family: "Courier New", Courier, monospace; color: blue; }
ul.keys li:hover { color: red; }
ul.keys li:hover strong { color: orange; }

.editboxes { width: 920px; height: 350px; }
.editboxes .flash_block { border: 1px solid #777; width: 600px; height: 350px; float: left; }
.editboxes .html_block { width: 300px; height: 350px; float: left; padding: 0 0 0 5px; }
.editboxes .html_block textarea { margin: 0; padding: 0; width: 300px; height: 200px; font-size: 11px; }
.editboxes .btns input { margin: 2px; display: block; width: 200px; }