.link-button {

      background: #ffffff none repeat scroll 0 0; 
      border: 2px solid #838383;
      color: #838383;
      outline: medium none;
      padding: 12px;
	  margin-bottom:8px;
      text-decoration: none;

}
.link-button:visited {
	Color: #A9A9A9;
}
.link-button:hover {

     Background-color: #838383;
     Color: #ffffff;

}
.api_doc pre {
	max-height:400px;
	overflow-y: auto;
	font-size: small;
	margin-top: 15px;
	margin-bottom: 15px;
}