/* defalut.css */

body ,p ,td, th  {
    font-size: 11px;
    line-height: 1.5;
/*   letter-spacing: 1.1;*/
}

body {
    color: #333333;
    background-color: white;
}

u {
    color: #FF3300;
    font-size: larger;
}

h3 {
    font-size: small;
    font-weight: bold;
}

h4 {
    font-size: small;
    font-weight: bold;
}

div.ct {
    width: 500;
    text-align: left;
}