.userID {
    font-family: Arial; 
    font-size: 12px; 
    color: white; 
    font-weight: bold;
}

.userCSI {
    font-family: Arial; 
    font-size: 12px; 
	 color: #00BFFF; 
    font-weight: bold;
}

.commentHead {
    font-family: Arial; 
    font-size: 14px; 
    color: #606060; 
    font-weight: bold;
}

.commentBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
}

.commentHead-neg {
    font-family: Arial; 
    font-size: 14px; 
    color: #D0D0D0; 
    font-weight: bold;
}

.commentBody-neg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

LI {
	list-style: disc;
	list-style-type: disc;
}