/* Style Sheet for lindasmithmd.com */

/* nav links */
a.nav:link    {color:#fff5e1; font-size:13px; font-weight:normal; font-family:verdana; text-decoration:none;}
a.nav:visited {color:#fff5e1; font-size:13px; font-weight:normal; font-family:verdana; text-decoration:none;}
a.nav:active  {color:#fff5e1; font-size:13px; font-weight:normal; font-family:verdana; text-decoration:none;}
a.nav:hover   {color:#fff5e1; font-size:13px; font-weight:normal; font-family:verdana; text-decoration:underline;}

/* page links */
a:link    {color:#267a6e; font-weight:bold; text-decoration:none;}
a:visited {color:#267a6e; font-weight:bold; text-decoration:none;}
a:active  {color:#267a6e; font-weight:bold;text-decoration:none;}
a:hover   {color:#267a6e; font-weight:bold;text-decoration:underline;} 

/* body styles */
  BODY { 			
      background-color:fef1de;
      font-family:verdana,helvetica,sans-serif;
  }

/* classes */
  *.header { 
      font-size:24px;
      font-weight:bold;
      font-family:Arial,Times New Roman;
      color:#267a6e;
  }
  *.content { 
      font-size:14px;
      font-weight:normal;
      font-family:Arial,Times New Roman;    
      color:#757c84;
      /* color:#713f4a; */
  }
  .file_descriptor {
      font-size:10px;
      font-weight:normal;
      color:#333333;
  }
  .img_border {
    border:4px;
    border-style:solid;
    border-color:#267a6e;
  }
