/* CSS Document */

body,td  {
        font-family : Arial, Helvetica, sans-serif;
        font-size   : 12px;
        color       : #333333;
        }

body  {
        background-color: #ffffff;
        margin: 0;
        }

a:link                {color:#333333; text-decoration:none;}
a:visited        {color:#333333; text-decoration:none;}
a:active        {color:#333333; text-decoration:none;}
a:hover                {color:#18A2FE; text-decoration:underline;}

.doctorname {
   color        : #666666;
   font-weight  : bold;
   font-size    : 13px;
}

.footer a:link                                         {color: #333333; font-weight:bold;}
.footer a:visited                 {color: #333333; font-weight:bold; text-decoration:none;}
.footer a:active         {color: #333333; font-weight:bold; text-decoration:none;}
.footer a:hover                 {color: #18A2FE; font-weight:bold; text-decoration:underline;}

.copyright {color:#666666;font-size:9px;}