.tul {
     border-bottom: 1px solid black;
 }

td {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 2px;
   padding-right: 2px;
}

.ac {
    text-align: center;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.tb {
    font-weight: bold;
}

.ti {
    font-style: italic;
}

.red {
     color: red;
}

.bgDefault {
	background-color: yellow;
}

.bgComplete {
	background-color: red;
}

.completedTextColor {
     color: green;
}
