/* header 1 for Music page */
.music h1 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color: #5effb9}

/* paragraph for Music page */
.music p {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: normal;
      color: #e3e1f9}

/* links on Music page */
.music a:link {text-decoration: none;
             font-family: tahoma,verdana;
             font-size: 12px;
             font-weight: normal;
             color: #99ffff}

/* header 2 for Music page */
.musiclinks h2 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color:#ffcc33}

/* links to music on Music page */
.musiclinks a:link {text-decoration: none;
             font-family: tahoma,verdana;
             font-size: 12px;
             font-weight: normal;
             color: #99ffff}

/* paragraph for musiclinks on Music page */
.musiclinks p  {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: normal;
      color: #e3e1f9}

/* header 1 for News page */
.news h1 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color: #a1f971}

/* paragraph for News page */
.news p {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: normal;
      color: #83fadd}

/* header 2 for News page */
.news h2 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color:#ff03c7}

/* links on News page */
.news a:link {text-decoration: none;
             font-family: tahoma,verdana;
             font-size: 12px;
             font-weight: normal;
             color: #c4aad8}

/* header 1 for News page */
.data h1 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color: #a1f971}

/* paragraph for News page */
.data p {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: normal;
      color: #bef8fa}

/* header 2 for News page */
.data h2 {text-align: left;
      font-family: tahoma,verdana;
      font-size: 12px;
      font-weight: bold;
      color:#ff03c7}

/* links on News page */
.data a:link {text-decoration: none;
             font-family: tahoma,verdana;
             font-size: 12px;
             font-weight: normal;
             color: #f4fc70}


