#button{
    width: 200px; 
    height: 32px; 
    background-color: #005196; 
    margin-top: 15px; 
    margin-bottom: 10px;
    border: #005196 solid 2px;
    text-decoration:none;
}

#buttonp{
      display:block;
	color:white;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center; 
}
#button:hover{
    width: 200px; 
    height: 32px; 
    background-color: white; 
    margin-top: 15px; 
    margin-bottom: 10px;
    border: #005196 solid 2px;
}

#buttonp:hover{
    display:block;
	color: #005196;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center; 
}
a{
text-decoration:none
}