body {
background-color: #00ffcf;
}
p {
font-size: 20px;
color: red;
}

td, th {
border: 1px solid #000000; /* 境界線を実線で指定する */
background-color: rgba(0,0,0,0.3);/* 背景色を指定する */
text-align: center; /* インライン要素の位置を指定する */
padding: 3px; /* 要素の余白を指定する(上下左右) */
}