/* CSS Document */



/* enter this code <link rel="stylesheet" href="zeerwai.css">  after title and before end-head*/

 body{
 
  font-family: "Times New Roman";
  font-size: 18px;
  font-style: normal;
  color: #000080;
  background: url(http://zandtao.com/Prajna/Zeer/zeerbgnd1.jpg) repeat;  
 }
 

 h1 {
 
  font-size: 2.5em;
  color:  #000066;
  
 }
 
  h2 {
 
  font-size: 2.5em;
  color:  #cc0066;
  
 }
 /* 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*/
 
 h5 {
 
 box-sizing: content-box;
 width: 300;
 font-size: 1.5em;
    background-color: #ccffff;
    margin: 20px;
    padding: 5px;
 }
 
 /* bz strikethrough*/
 
 h4  {
  font-style: bold;
 color: red;
 text-decoration: line-through;
 
 
 }
 
 
 
 /* links  */
  a:link {
 color: #cc0099;
 }
 
 a:hover {
 
  color: #00cc33;
 
 }
 /* underline not sure but in original template*/
 u { 
    text-decoration: underline;
}
 
