<style type="text/css">{  }
a.button {
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 1px 15px;
border-top: 1px solid a0c8d9;
border-right: 1px solid a0c8d9;
border-bottom: 1px solid a0c8d9;
border-left: 1px solid a0c8d9;
text-align: centre;
min-width: 75px;
text-transform: capitalise;
}
a.button:link {
background-color: #a0c8d9; 
color: #000000;
text-decoration: none;
}
a.button:visited {
background-color: #a0c8d9; 
color: #000000;
text-decoration: none;
}
a.button:hover { 
background-color: #a0c8d9; 
color: white;
border-color: white white white white;
text-decoration: none;
}
a.button:active { 
background-color: #black; 
color: #yellow; 
text-decoration: none;
}

</style>