*{
    fontName: Calibri;
    fontSize: 20;
    color: 0x000000;
}
a{
    color: 0x0645AD;
    cursor: button;
}
p{
    text-align: justify;
    padding-top: 5;
    padding-bottom: 5;
}
a:hover{
    underline: true;
}
a:active{
    color: 0xFAA700;
    underline: true;
}
a .new{
    color: 0xC20000;
}
b{
    fontWeight: bold;
}
i{
    fontPosture: italic;
}
img{
    padding-top: 0;
    padding-bottom: 5;
    padding-left: 9;
    padding-right: 9;
}