@charset "UTF-8";


	#buttons a {

		padding: 5px 10px;

		border-bottom: 1px solid #999;

		border-right: 1px solid #999;

		color: #fff;

		background-color: #333333;

		text-decoration: none;

		font-size: 11px;

	}
	
	#buttons a:hover {
	
	color: #33CCFF;
	}
