body {
      margin: 0;
      background-color: #FFFFFF;
      background-image: url(images/teen-deja-bg.jpg);
      background-repeat: repeat-x;
      }

.welcome {
          font-family: Arial;
          font-weight: bold;
          font-size: 14;
          color: 000000;
          text-align: Justify;
          padding-left: 10;
          }

.photos {
         font-family: Arial;
         font-weight: bold;
         font-size: 14;
         color: 000000;
         text-align: Justify;
         vertical-align: bottom;
         }

.updates {
          font-family: Arial;
          font-weight: bold;
          font-size: 12;
          color: 000000;
          text-align: center;
          }

.footerl {
          font-family: Arial;
          font-weight: bold;
          font-size: 14;
          color: FFFF00;
          text-align: center;
          }

.footer {
         font-family: Arial;
         font-weight: bold;
         font-size: 12;
         color: FFFF00;
         text-align: center;
         vertical-align: top;
         }

.footerp {
          font-family: Arial;
          font-weight: bold;
          font-size: 12;
          color: FFFF00;
          text-align: center;
          vertical-align: top;
          }

A:link {
        color: #FFFFFF;
        }

A.active {
          color: #FFFFFF;
          }

A:visited {
           color: #FFFFFF;
           }

A:hover {
         color: #FFFF00;
         }