﻿
    .link{
      color:#858688 ; font-size:15px; text-decoration:none;
  }
 .link:hover{

     text-decoration:none;
     color:#E75528;

 }
  .img{

      width:90px;
      height:90px;
      float:left;
      padding:0px;
      border-radius:1em;
     
      
  }
   .img:hover{
      
     border:solid 2px white;
     border-radius: 12px;
 }