pre {
        font-family: "Times New Roman", Times, serif;
        font-size:150%;
        white-space: pre-wrap;
      }
table {
  width: 960px;
  border: 1px solid #000;
}
th.from, th.date {
  width: 15%
}
th.subject {
  width: 70%; /* Not necessary, since only 70% width remains */
}
td.from, td.date {
  width: 15%
}
td.subject {
  width: 70%; /* Not necessary, since only 70% width remains */
}
body { 
   font-family: "Roboto", Arial, sans-serif; 
   font-size:150%;
   }