BODY /* Need */
 {
 background-image: url("../e.gif");
 padding-top: 5px;       /* Margin inside <body> */
 padding-bottom: 5px;    /* Margin inside <body> */
 font-family: "comic sans ms", "Times New Roman", Times, serif;
 text-align: center;
 font-size: 120%;
 font-weight: lighter;
 }

 .frame /* Need */
 {
 border-style: inset;
 border-width: 5px;
 }

 .CopyrightMessage /* Need */
 {
 font-size: 55%;
 text-align: right;
 }

 .Text /* Need */
 {
 color: red;
 font-size: 150%;
 text-align: center;
 }

 .Credits /* Need */
 {
 font-size: 55%;
 text-align: center;
 }

/* -------------- Not needed --------------------- */

 div
 {
 text-align: center;
 border-style: inset;
 border-width: 5px;
 }

 h1
 {
 margin-top: 0px;
 font-size: 55%;
 text-align: right;
 font-weight: lighter;
 }

 h2
 {
 font-size: 50%;
 }

 h3
 {
 font-size: 120%;
 font-weight: lighter;
 }
