/* Style sheet for the new music pages */


BODY {
/*  color: #FFFFFF; */
/*  color-background: #000000; */
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
}

P, UL, LI, TD, H1, H2, H3, H4, H5, H6 {
  font-family: verdana, arial, helvetica, sans-serif;
}

P, UL, LI, TD, INPUT {
  font-size: 10pt;
}

P CENTER {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
}

H3 CENTER {
  font-family: verdana, arial, helvetica, sans-serif;
}

H2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
}

A:link {            /* unvisited link */
  color: #0000FF;
}

A:visited {         /* visited link */
  color: #0000FF;
}

A:active {          /* active link */
  color: #FF0000;
}

A:hover {           /* hover link */
  color: #FF0000;
}


/*  links for menu   */
A.menu:link {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu:active {
  color: FF0000;
  text-decoration: none;
}

A.menu:hover {
  color: FF0000;
  text-decoration: none;
}



P.strong {            /* this is just for convenience */
  font-weight: bold;
}

P.italic {            /* italic */
  font-style: italic;
}

P.smaller {
  font-size: 9pt;
}

P.extra-small {
  font-size: 8pt;
}

P.larger {       /* use this instead of <font size="+1"> */
  font-size: 12pt;
}

P.normal {       /* normal text */
  font-size: 10pt;
  font-weight: normal;
}

P.heading {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

P.headline {      /* use this for real big type */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14pt;
/*  font-weight: bold; */
  font-style: italic;
}

P.extra-large {   /* and for even bigger type ... */
  font-size: 22pt;
  font-weight: bold;
}

P.menu {          /* use this for menu items (if we use text) */
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}


li.strong {      /* for bold-faced lists */
  font-weight: bold;
}

li.extra-small {   /* for small-print lists */
  font-size: 8pt;
}




SPAN.bold {
  font-weight: bold;
}

SPAN.strong {            /* this is just for convenience */
  font-weight: bold;
}

SPAN.em {
  font-style: italic;
}

SPAN.italic {            /* italic */
  font-style: italic;
}

SPAN.strongwhite {
  font-weight: bold;
  color: white;
}

SPAN.smaller {
  font-size: 9pt;
}

SPAN.extra-small {
  font-size: 8pt;
}

SPAN.larger {       /* use this instead of <font size="+1"> */
  font-size: 12pt;
}

SPAN.normal {       /* normal text */
  font-size: 10pt;
  font-weight: normal;
}

SPAN.headline {      /* use this for real big type */
  font-size: 14pt;
  font-weight: bold;
}

SPAN.extra-large {   /* and for even bigger type ... */
  font-size: 22pt;
  font-weight: bold;
}

SPAN.news {     /* this is for the NewsHub newsfeed in the sidebar */
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 8pt;
  font-weight: normal;
}

SPAN.center {
  text-align: center;
}

SPAN.yellow {
  color: yellow;
}

SPAN.cyan {
  color: cyan;
}

SPAN.red {
  color: red;
}

SPAN.white {
  color: white;
}

SPAN.black {
  color: black;
}

TD.center {
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
}

TD.left {
  text-align: left;
  font-family: verdana, arial, helvetica, sans-serif;
}

TD.right {
  text-align: right;
  font-family: verdana, arial, helvetica, sans-serif;
}

