.taskRedBorderAlignLeft{
	border-color: #bb0000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

.taskRedBorderAlignCenter{
	border-color: #bb0000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

.taskRedBorderAlignRight{
	border-color: #bb0000;
	border-style: solid;
	border-width: 1px;
	text-align: right;
}

a.taskLink {
	color:#bb0000;
	margin:1px;
	padding:1px;
	text-decoration:none;
}

a.taskLink:hover {
	color:#bb0000;
	margin:1px;
	padding:1px;
	text-decoration:none;
	background-color:#eeeeee;
}