      body {
          background-color : #000000;
          background-image : url('images/background.jpg');
          background-repeat : repeat-x;
          font-family : tahoma;
          font-size : 12px;
          color : #FFFFFF;
          margin-top : 50px;
      }
      .jetfighter2 {
          background-color : #000000;
          background-image : url('images/jetfighter.jpg');
          background-repeat : no-repeat;
      }



     .mainfont {
          font-size : 12px;
          font-family : tahoma;
          color : #FFFFFF;
      }
     .chapternumbers {
          font-size : 16px;
          font-family : tahoma;
          font-weight : bold;
          color : #5fbada;
      }
     .chaptertitles {
          font-size : 13px;
          font-family : tahoma;
          font-weight : bold;
          color : #FFFFFF;
      }

     A:link {
          text-decoration : none;
          color : #FFFFFF;
          font-family : tahoma;
          font-weight : bold;
      }
     A:visited {
          text-decoration : none;
          color : #FFFFFF;
          font-family : tahoma;
          font-weight : bold;
      }
     A:hover {
          color : #FFFFFF;
          font-family : tahoma;
          font-weight : bold;
      }




     .contentarea {
          background-color : #06202c;
          color : #616163;
          padding : 15px;
          font-size : 11px;
          font-family : tahoma;
          border: 3px solid #04577d;
          background-image : url('images/cloudbg.jpg');
          background-repeat : no-repeat;
      }

     .videocontentarea {
          background-color : #000000;
          color : #616163;
          font-size : 11px;
          font-family : tahoma;
          border: 3px solid #04577d;
          padding : 3px;
      }
     .contactcell {
          color : #FFFFFF;
          padding-bottom : 10px;
          font-size : 10px;
          font-family : tahoma;
      }
     .launchcell {
          padding-left : 10px;
          width : 95px;
      }

     p { 
          line-height: 90%
     }

     HR {
          height : 0px;
          border : 0px;
          border-top: 1px solid #04577d;
          margin-top : 12px;
          margin-bottom : 12px;
   }

