.blurgray {-webkit-filter: grayscale(0) blur(0px);-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}
.blurgray:hover {
-webkit-filter: grayscale(1.0) blur(1px);-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}
a:link, a:visited {
border: 1px solid #0000FF;
color:#0000ff;
text-decoration:none;
}