I have searched a while, how to "style comments". "No answer" was the answer.
Through aggregating answers from different threads, I finally succeeded in styling comments.
A new css has to be added into CSS Inserts :
.comment-container {
Style
}
where Style can be :
text-align: justify; (or let, or right, ...
font size:
color:
etc.
Hope it helps

Manu