﻿body
{ 
    font-family: Arial;
    background-color: white;
}
label
{
    font-size: 10pt;
    font-family: Arial;
    background-color: aqua;
}
.LabelStyle
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #c9ccdd;
}
.ChatText
{
    overflow: auto;
}
