table {
    border-spacing: 5px 20px;
    margin-left: auto;
    margin-right: auto;
}

td {
    padding: 10px;
    background-color: #CFC;
    border: 1px solid #999;
    width: 300px;
    border-radius: 25px; /* Increase this to make it more oval */
    font-weight: bold; /* Make text bold */
}

a {
	color: #232323;
	text-decoration:none;
}
