*{box-sizing:border-box}
*{-moz-box-sizing:border-box}
*{
 margin : 0px;
}

a:hover{color:#ff3399;background:white;text-decoration:none}
a{
text-align:center;
font-size:85%;
color:white;
width:80;
text-decoration:none;
background-color : #FC89B0 ;
border-width:1;
border-style:solid;
border-color:white;
padding:0 5;
}
