BODY,
TD {
    font-family: arial, helvetica, sans-serif;
    color: white;
    font-size: 12px;
    background-color: black;
}

A:link {
    color: white;
}

A:visited {
    color: white;
}

A:active {
    color: red;
}

.title {
	background-color: #DDD;
	color: black;
    font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.message {
     color: orange;
}

.error,
.errorMessage {
    color: red;
    font-weight: bold;;
}
