/* 
    Document   : default.css
    Created on : Feb 25, 2013, 2:55:46 PM
    Author     : kkm
    Description:
        Purpose of the stylesheet follows.
*/

b, strong {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

i {
    font-style: italic;
}

center {
    text-align:center;
}

