a {
    color:#272727;
    text-decoration: none;
}
a.intext {
    color:#272727;
    text-decoration: none;
    border-bottom: 1px dotted #272727;
}

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


a:hover {
    color:#7C8BA8;
    border-bottom: 1px dotted #7C8BA8;
} 

img {
    border-style: none;
}