html, body {
 font-family : "comic sans ms", "lucida calligraphy", "monotype corsiva", cursive;
 font-size : 12px;
 text-align : justify;
 background-color : #000080;
 background-image : url("binary.png");
 background-repeat : repeat-y;
 color : white;
}
table {
 font-family : "comic sans ms", "lucida calligraphy", "monotype corsiva", cursive;
 font-size : 12px;
 background-color : transparent;
 background-image : none;
 color : white;
}
textarea {
 font-family : "courier new", courier, "andale mono", monospace;
 font-size : 14px;
 text-align : left;
}
.t1 {
 color : silver;
 text-align : center;
 font : bold 120px/120px times, "times new roman", georgia, serif;
 margin-top : 10px;
 background-color : transparent;
 background-image : none;
}
.t2 {
 color : red;
 text-align : center;
 margin-top : -87px;
 font : italic 72px/72px times, "times new roman", georgia, serif;
 margin-bottom : 12px;
 background-color : transparent;
 background-image : none;
}
.center  {
 text-align : center;}

 input.center { margin: 0 auto; }

.center, img { border: 0px; text-align: center; margin:0px auto; }
td.width { width: 50%; }