body, td, #dates, #titles, #leftcorner	{	/* main background color */
	background:#FFFFFF;
	}

body {						/* main text color */
	color:#000000;
	}

td	{					/* table cels border style --- DOM'T CHANHE WIDTH!! --- */
	border: #CCCCCC solid 1px;
	}


tr:first-child td, .TRfirst td {		/* First row (dates) style */
	background:#F5F5F5;
	color:#800000;
	}

td:first-child, .TDfirst {			/* First column (movie titles) style */
	background:#F5F5F5;
	color:#800000;
	}

A 	{					/* link style */
	text-decoration:none;
	color:003399;
	}

td:first-child a, .TDfirst a {			/* First column (movie titles) link style */
	color:#800000;
	}
