table {  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #7c0016;  
  border-right-color: #7c0016;  
  border-bottom-color: #7c0016;  
  border-left-color: #7c0016;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  text-decoration: none;  
  background-color: #7c0016;  
  font-family: Arial, Helvetica, sans-serif;  
  color: black;  
  line-height: normal;  
  font-size: 100%;  
  width: 100%;
}

th {  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  margin-left: 1px;  
  padding-left: 1px;  
  font-family: Arial, Helvetica, sans-serif;  
  color: black;  
  text-align: center;  
  font-weight: bold;  
  line-height: normal;  
  font-size: 100%;  
  background-color: silver;
}

td {  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  color: black;  
  line-height: normal;  
  font-size: 100%;  
  font-family: Arial, Helvetica, sans-serif;  
  background-color: #ffffcc;  
  text-align: center;
}

.th {  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  margin-left: 1px;  
  padding-left: 1px;  
  font-family: Arial, Helvetica, sans-serif;  
  color: black;  
  text-align: center;  
  font-weight: bold;  
  line-height: normal;  
  font-size: 100%;  
  background-color: silver;
}
