body{
      font-family: arial, verdana, serif, sans-serif; 
      border: 2px solid #665544;
      background-color: powderblue;}

          /*PAGE MAIN HEADERS (MAIN & SUB): J3 GLOBAL I.T. SOLUTIONS:
           NOTE: <h1> and <h2> Main heading and sub heading must never be inside the <head> 
           element.  These main and sub headings should be inside the <body> element AND 
           never with a <div> element*/

               h3 {
                  text-align: center;
                  margin-left: 20px;
                  margin-top: 20px;
                 /* color: #0000FF ; */} 
              h4 {
                  text-align: center;
                  margin-top: 20px;
                /*  color: #0000FF; */}   

        /*GROUP CORP. PICTURE - logo2_2.png*/
        .j3globallogo {
                       float: left;
                       margin-top: 10px;
                       margin-left: 20px;}

        .align_right {
                      float: right;
                      margin-right: 40px;
                      margin-top: 10px;}
       /*THIS IS THE NAVIGATION  LINKS*/
        .nav{
             text-align: center;}

        .serviceshdr{  
             align-content: center;
             text-align: left;
             margin-top: 50px;
             margin-bottom: 10px;
         } 
         
         #servicesdiv{
            opacity: 50%;  /* OPACITY: THE SMALLER THE NUMBER (%) THE MORE TRANSPARENT */
                           /* THE NUMBERING CAN BE IN PERCENTAGE - 50% OR 0.5 ETC*/
         }
                 
        /*NAVIGATION: */   
        .navitems {
            text-align: center;
            text-decoration: underline;
        }  
   
       .navitems:hover{
           color: yellow;
          }
                     
       /*FOOTER*/
       footer {
           text-align: center;
           top: 5px;
           height: 40px;
           width: auto 0px;
           position: relative;}

       
                    