table, td, th { border : 2px solid rgb(51, 0, 153); }
table { width : 70%;
margin: auto;
border-collapse : collapse;
border-radius : 10px;
box-shadow: 10px 10px 5px gray; }
th, caption { font-size : 12pt;
font-weight : bold; }
th { text-align: center;
background-color : rgb(230,230,250); }
td { margin: 2px; padding: 2px;
font-size : 11pt; }