p, button, select, scrol{
        font-size: 11px;
        font-family: tahoma;
        color: 2F2D46;
        background-color: #C8C8B8;
}

body {
    height: 100%;
    font-size: 11px;
    font-family: tahoma;
    background-color: #C8C8B8;
    background: url('chat_bg_1.png');
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #C8C8B8;
    //text-decoration: none;
    //text-shadow: 0px -1px 2px #333;
}

input, textarea, td {
        font-size: 11px;
        font-family: tahoma;
        color: #000000;
}

h5      { font-weight: bold; font-size: 11px; letter-spacing: 1px; }
h4      { font-weight: bold; font-size: 12px; letter-spacing: 1px; }
h3      { font-weight: bold; font-size: 14px; letter-spacing: 1px; }
h2      { font-weight: bold; font-size: 18px; letter-spacing: 1px; }
h1      { font-weight: bold; font-size: 20px; letter-spacing: 1px; }


