body.type1 {background-image:url(../images/bg.gif)
            }

h1   {font-size: 30px;
      color: #FF6600;
      color: #FF0000;
      font-weight: bold;
      font-style: oblique;
     }

span.type1   {font-size: 20px;
              color: #FF0000;
              font-weight: bold;
              font-style: oblique;
             }

span.type2   {font-size: 40px;
              color: #FF6600;
              font-family: "Comic Sans MS"
             }

span.type3   {font-size: 30px;
              color: #FF0000;
              font-weight: bold;
              font-style: oblique;
             }

span.type4   {font-size: 15px;
              color: #000000;
              font-weight: bold;
              background-color: #FFFFFF;
             }

h3.type1 {font-size: 20px;
         font-family: "Comic Sans MS";
         color: #FFFFFF;
         background-color: #146F0B;
        width: 400px;
        }

p.type1 {border: solid 3px #146F0B;
         border-style: double;
         background-color: #514E42;
         width: 400px;
         padding: 5px;
         font-size: 10px;
         color: #FFFFFF;
         line-height: 15px;
       }

p.type2 {width: 800px;
         font-size: 15px;
         line-height: 40px;
        }

img.type1 {float: left;
           width: 100px;
           height: 75px;
          }

img.type2 {float: left;
          }

img.type3 {float: right;
          }

table.type1 {background-color: #FFFFFF;
             font-size: 12px;
            }

ul {font-size: 15px;
    line-height: 20px;
    text-align: left;
   }
