a:link { 
color: #000000;
text-decoration: underline; 
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

a:active { 
color: #000000;
text-decoration: underline; 
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

a:visited { 
color: #000000;
text-decoration: underline; 
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

a:hover { 
color: #000000;
text-decoration: underline; 
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

a.button {
color: #ffffff;
background: #5bb5d8;
font-weight: 300;
font-size: 1.4em;
line-height: 115%;
padding: 6px 20px 6px 20px;
margin: 0px auto;
border-radius: 10px;
display: inline-block;
text-decoration: none; 
}

a.button:hover {
background: #b7292b;
}