    /* A:link refers to all links on the page - not just the RSS content... */
    a:link { color : #636370; font-weight : bold; }
    a:visited { color : #9494a8; font-weight : bold; }

	body {
      background-color : #f4fcf4;
	}

	table.page {
	  /* cell-padding : 60px; */
	}

	table.page > td {
	  /* padding : 60px; */
	}

	td.channelcell {
	}

	table.channeltable {
	  width : 100% ;
    }

    .channeltitle {
      text-align : center;
      font-size : 300%;
      color : #636370;
    }

	.channeldesc {
      /* background-color : #f8c0d0; */
      /* padding-top : 5pt; */
      /* padding-bottom : 10pt; */
	}

	.channeldata {
	  /* background-color : #bbf7c4; */
      font-size : small;
	  font-family: sans-serif;
    }

	.channelcell .keyword {
	  font-weight : bold; 
    }

	tr.secondrow {
	  /* valign : top; */
	}

	table.misctable {
	  background-color : #f4f2ab;
	  /* padding : 6pt; */
	  font-family : helvetica;
	}

	table.toctable {
	  background-color : #32a0ef; 
	  /* padding : 6pt; */
	  color : white;
	  font-family : helvetica;
	}

	table.toctable > td {
	  /* padding : 30px; */
	}

	td.toccell {
	  width : 25% ;
    }

    table.rsstable {
    }

	td.rsstitle {
      background-color : #f4f2ab; 
	  text-align : center;
	  font-size : 250%;
	  color : #e58995;
	}

	td.itemcellodd {
	  background-color : #efc6ca;
	}

	td.itemcelleven {
	  background-color : #f4f2ab;
	}

	table.itemtable {
	  width : 100%
	}

    .itemtitle {
      text-align : center;
      font-size : 110%;
      line-height : 120%;
      /* background-color : white; */
    } 

    .itemdesc {
      /* background-color : #c8c8e1; */
      text-align : left;
      /* padding-top : 5pt; */
      /* padding-bottom : 10pt; */
    }

    .itemdata {
      /* background-color : #e8e8ff; */
      /* background-color : #c8c8e1; */
      text-align : left;
      font-size : small;
      /* padding-bottom : 10pt; */
    }

	.itemcellodd .keyword {
	  /* color: #8e3d77; */
	  color: #650000;
    }

	.itemcelleven .keyword {
	  color: #870d0d; 
    }


