@font-face { font-family: ADD2; src: url('/dspr/ADD2.otf'); } 

body {
  color: #000000;
  font-family: 'Times New Roman', sans-serif;
  font-size: 16px;
}

h1 {
  color: #0080FF;
  font-family: 'ADD2', serif;
}

h2 {
  color: #0080FF;
  font-family: 'ADD2', serif;
}

h3 {
  color: #0080FF;
  font-family: 'ADD2', serif;
}

.tabcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

table { 
  margin-left: auto;
  margin-right: auto;
  }
tr:nth-child(even) { background-color: #c0e0ff; }
td { text-align: center; }

.side {
 background-color: #c0e0ff;
 border: 2px solid black;
 border-spacing: 10px;
 padding: 10px;
}