/* make all body text bright pink #ff3399 10-pixel arial .. use scanlinedark.gif as the
background .. 
*/

body {font-size: 10px;
      font-family: "Arial";
      color: #ff3399;
      background: url(images/scanlinedark.gif);
      text-align: center;
      } 

/* don't underline links !!! all links light pink #ff66cc .. make active links original
bright pink color #ff3399 ..
*/

a {text-decoration: none;}
a:link {color: #ff66cc;}
a:visited {color: #ff66cc;}
a:active {color: #ff3399;}

p.update {font-size: 10px;
          font-family: "Arial";
          color: #ff3399;
          text-align: left;
          }

p.dotborder {font-size: 10px;
             font-family: "Arial";
             color: #ff3399;
             text-align: center;
             }

p.date {font-size: 10px;
        font-family: "Arial";
        color: #ff66cc;
        text-align: center;
        }

p.header {font-size: 10px;
          font-family: "Arial";
          color: #ff66cc;
          text-align: left;
          }

span.light1 {font-size: 10px;
             font-family: "Arial";
             color: #ff66cc;
             text-align: center;
             }

span.dark1 {font-size: 10px;
            font-family: "Arial";
            color: #ff3399;
            text-align: center;
            }

