.clickhere  {
width:20%;
font-size:xx-large;
font-weight: bolder;
font-style:oblique;
color: #453725;
text-align : center;  
list-style-type: none;
background-color: #ffffff;
border: 5px outset #a68f47;
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */ 
background : #ffffff;
border-radius : 10px; 
box-shadow : 6px 6px 6px #000000;
text-shadow: 6px 6px 6px #000000;
margin-right:auto;
margin-left:auto;

}
.clickhere a:hover {
color: #000000; 
padding:7px;
background-color: #ffffff;
text-decoration : none; 
text-shadow: 6px 6px 6px #000000;
border: 3px outset #000000;
border-radius: 12px;
box-shadow : 12px 12px 12px #000000;

}