a.navbar {
text-decoration: none;
}

a.navbar:hover {
text-decoration: none;

color:rgb(70,187,217);
}

a {
text-decoration: none;
}

a.articles {
text-decoration: none;
/* display: block;
//width: 30px;
//height: 12px;
//border: 1px solid black; */
background: url('../images/pdf.jpg') no-repeat;
padding-left: 18px;
background-position: center left;
}

a.doc {
text-decoration: none;
background: url('../images/doc.jpg') no-repeat;
padding-left: 18px;
background-position: center left;
}


a.articles:hover {
text-decoration: underline;
}



div#main a{
text-decoration: none;

}

div#main a:hover {
text-decoration: underline;
}

span.sig {
color:blue;
}