p {
   font-family: monospace;
   font-size: 15pt;
   font-weight: bold;
   text-align: center;
   color: #FF0000;
}
div#box1 {
   width: 200pt;
   height: 40pt;
   border-width: 3pt;
   border-color; #000000;
   border-style: solid;
   background: #00AFFF;
}
