a {
        font-family: Verdana;
        font-size: 11px;
        color: #183883;
        text-decoration: underline;
}

a:hover {
        font-family: Verdana;
        font-size: 11px;
        color: #183883;
        text-decoration: underline;

}

a.aaaa:visited {
        font-family: Verdana;
        font-size: 11px;
        color: #183883;
        text-decoration: underline;

}

ul
{
        list-style-image: url('images/bullet.gif');
}
/* Red color font */
.red{
        font-family: Verdana,Arial;
        color: red;
}
