/* 
    --------------
    WRAPPED IMAGE
    --------------
*/
img.floatLeft { 
    float: left; 
    margin: 20px; 
}

/* 
    --------------
    PARAGRAPH FONT
    --------------
*/
p { 
  font-family: "Times New Roman", Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none; 
  text-align: justify;
  font-color: #000000; // BLACK
}

/* 
    ------------
    DEFAULT LINK 
    ------------
*/
a:visited { 
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a:link { 
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a:hover { 
#  color: #660000;
  color: #ffff66;
  text-decoration: underline;
  font-weight: bold;
}

/* 
    ---------
    BODY LINK 
    ---------
*/
a.body:visited { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

a.body:link { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

a.body:hover { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

/* 
    ------------------
    FOOTER LINK 
    ------------------
*/
a.footer:visited { 
  color: #000000;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: normal;
}

a.footer:link { 
  color: #000000;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: normal;
}

a.footer:hover { 
  color: #000000;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: normal;
}

