il campo nickname dovrebbe assumere il colore a seconda del level...

il css/php attuale è:

<style type=\"text/css\">
body{
background-color: #{$style['background']};
font-family: Comic Sans MS;
color: #{$style['color']};
}
a, a:active {
color: #{$style['links']};
}
a:visited {
color: #{$style['links']};
}
a:hover {
color: #{$style['links']};
}
hr {
background-color: #{$style['line']};
color: #{$style['line']};
border: none;
height: 1px;
}

.chatcontent{border: 2px dotted orange;,padding: 3px;margin: 3px;}
.time{color: white;font-family: Verdana;}
.chat_message{color: #e6e6e6;font-family: Verdana;}
.nickname{color: deepskyblue;}
</style>
</head>";
}