
/* Page background and font */
.chPage 
{
  background-color: #35014c;
  color: #ffffff;
}

/* Hyperlinks */
.chPage a { color: #ddccff; }
.chPage a:hover { color: #c61e1d; }
.chPage a:visited { color: #ddccff; }

/* Channel title */
.chPage h1
{
  color: #ffffff;
}

/* Channel contents section - includes player and list of greetings */
.chContents
{
    border-top: 1px solid #ddccff;
}


/* The box where previewed greetings appears */
.chPreview
{
    color: #e0e0e0;
    background-color: #24003e;
}

.chPreview .hdr
{
    background-color: #ddccff;
    color: #000000;
}

.chPreview .bod
{
}

.chPreview .ftr
{
    background-color: #000000
    color: #f0f0f0;
}


/* Attention text */
.chAttn
{
    color: #c61e1d;
}


