

td {
    border:0px solid #ddd;
    color:#fff; /* colour of overall text */ 
        text-align:right;
}

th {
    padding:5px;
	background-image: url(images/header_right.gif); /* colour of the month backdrop */ 
	background-repeat: repeat-x;
    color:#fff; /* colour of the month title */ 
}

.actday{
	background-image: url(images/header_right.gif);
	background-repeat: repeat-x;
    color:#fff;
    font-weight:bold;  /* colour of the current day font */ 
}

.days{
    background-color:#cc9999; /* colour of the current day backdrop */ 
}
