

body {
	font-family:"Verdana", verdana, Arial, sans-serif;
padding-top : 5%;
  }


a {
    text-decoration: none;
    color: blue;
    display : block;
    padding : 5px;
  }


a:visited {
    text-decoration: none;
    color: blue;
  }


a:active {
    text-decoration: none;
  }


a:hover {
    text-decoration: none;
    background : silver;
  }

a span {
	display : block;
	font-size : 15px;
	font-weight : 100;
}