.hbuttons a{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 78px;
height: 23px;
float: right;
display: inline;
margin-right: 8px;
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(../style/over.gif);
color: #fff;
}

.contenttxt{font-family: Arial, Verdana, Helvetica, sans-serif;font-weight:normal;color: #FFFFFF;font-size:13.5px;letter-spacing:2px;}

a:link {color:#FFF;}      /* unvisited link */
a:visited {color:#FFF;}  /* visited link */
a:hover {color:#FFF;}  /* mouse over link */
a:active {color:#FFF;}  /* selected link */
