/* codemonks_org.css */

a:link {
    text-decoration: none;
    color: #0000FF;
}

a:visited {
    text-decoration: none;
    color: #0000FF;
}

a:active {
    text-decoration: none;
    color: #FF0000;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

body {
    background: #FFFFEE;
    color: black;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
/*    font-family: Times New Roman, Times, Serif; */
    font-size: 12pt;
}

p.j {
    text-align: justify;
}

p.caption {
    text-align: center;
    font-style: italic;
}

a.small:link {
    text-decoration: none;
    color: #778888;
}

a.small:visited {
    text-decoration: none;
    color: #778888;
}

a.small:active {
    text-decoration: none;
    color: #FF0000;
}

a.small:hover {
    text-decoration: none;
    color: #FF0000;
}

p.small {
    color: #AABBBB;
    font-size: small;
}

