/* StyleSheet for ThomasTalk */

BODY    {
        margin-top:            15;
        margin-left:           15;
        margin-right:          15;
        margin-bottom:         15;
        padding-top:            0;
        padding-left:           0;
        padding-right:          0;
        padding-bottom:         0;
        border-top:             0;
        border-left:            0;
        border-right:           0;
        border-bottom:          0;
        width:                  auto;
        font-family:            Arial, sans-serif;
        font-size:              12px;
       }
A      {
        text-decoration:        none;
       }
TD     {
        font-family:            Arial, sans-serif;
        font-size:              12px;
       }
DIV.copyright {
       position:                fixed;
       left:                    15px;
       bottom:                  5px;
       font-family:             Arial, sans-serif;
       font-size:               10px;
       }
DIV.hidden {
       display:                 none;
       }
DL     {
       /*line-height:             200%;*/
       }
DT     {
       color:                   #0066CC;
       margin-top:              7px; 
       margin-bottom:           7px;
       }
P.title {
       font-family:             Verdana, Arial, sans-serif;
       font-size:               16px;
       font-weight:             bold; 
       }