div#p1 {
 font-family: monospace;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
 color: #FF0000;
}
div#p2 {
 font-family: monospace;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
 color: #009F00;
}
div#p3 {
 font-family: monospace;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
 color: #00E0FF;
}
div#box1 {
 position: absolute;
 top: 20pt;
 left: 50pt;
 width: 100pt;
height: 25pt;
border-width: 1pt;
border-color; #000000;
border-style: solid;
margin: 10pt;
padding: 50pt;
background: #00BF00;
padding: 5px;
}
div#box2 {
position: fixed;
top: 80px;
left: 330px;
width: 100pt;
height: 25pt;
border-width: 1pt;
border-color; #000000;
border-style: solid;
margin: 10pt;
padding: 50pt;
background: #00FFFF;
padding: 5px;
}
div#box3 {
position: fixed;
top: 110px;
left: 460px;
width: 100pt;
height: 25pt;
border-width: 1pt;
border-color; #000000;
border-style: solid;
margin: 10pt;
padding: 25pt;
background: #FF3F00;
padding: 5px;
}
p {
 font-size: 25pt;
 color: #0080C0;
}
div#p4 {
 font-family: monospace;
 font-size: 19pt;
 font-weight: bold;
 color: #009F00;
}
div#p5 {
 font-family: monospace;
 font-size: 18pt;
 color: #0080C0;
 margin-bottom: 10pt;
}