/**
 * DjLibPhp CSS
 *    Author: Dai, Juin-Jia (zhupiter@gmail.com)
 * Copyright: djlibphp.zhupiter.com
 */
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #FF00FF;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #0000FF;
}

.DjTextBlock {
    font-size: 16px;
    font-weight: bold;
    color: #7000e0;
}

.DjCpRight  {
    color: #7000e0;
    font-size: 15px;
}

.DjPowered  {
    text-align: right;
    font-size: 11px;
}

