/* Buttons, blue, on hover -> light blue */

P.bottom {text-align:center; font-size: 12px}
#button {
width: 136px;
}

#button ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, sanf-serif;
font-size: 14px;
font-weight: bold;
}

#button li {
margin: 4px 0px;
}

#button a {
display: block;
width: 115px;
padding: 2px 0px 2px 8px;
border: 0px;
background: #03c;
text-decoration: none; /* remove the link underlines*/
}

#button a:link, #button a:active, #button a:visited {
color: #fff;
}

#button a:hover {
border: 0px;
background: #9cf;
color: #333;
}



