  <style>
  body {
    font-family: "Times New Roman";
    font-size: 18px;
    font-style: normal;
    color: #000080;
    background-color: #f0f0f0;
  }
  
  
 h1 {
 
  font-size: 2.5em;
  color:  #ff6666;
  
 }
 /* makes readable text*/
 p {
  font-size: 2em;
 font-style: normal;
 color: #0000cc;
 }
 
 /* makes bold */
 
 strong {
 
  font-weight: bold;
  text-transform: uppercase;
 
 }
 
 /* h3 makes italics*/
 
 h3{
 
 font-style: italic;
 font-size: 2em;
 }
 
 
 
 
 /* h5 makes a box of width 300*/
 

 
 /* bz strikethrough*/
 

 
 
 
 /* links  */
  a:link {
 color: #ff0000;
 }
 
 a:hover {
 
  color: #00cc33;
 
 }
 /* underline not sure but in original template*/
 u { 
    text-decoration: underline;
}
  .zandtao {
    background-image: url(http://zandtao.com/zeerbgnd1.png);
    background-size: cover;
  }
</style>  
 
 