/*

	This CSS will reset any unwanted browser specific and WordPress default behaviour 

*/

  *,
  *:before,
  *:after {
  	background: transparent;
  	border: 0;
  	margin: 0;
  	padding: 0;
  	vertical-align: baseline;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }

 /* 
  h1, h2, h3, h4, h5, h6, div, p, ol, ul, blockquote, table { 
    line-height: 1; 
  }

  
  
  ol, ul { list-style: none; }
  
  blockquote { quotes: none; }
  
  blockquote:before, blockquote:after { content: ''; content: none; }
  
  */
  h1, h2, h3, h4, h5, h6 { font-weight: normal; }

  del { text-decoration: line-through; }

  a img { border: none; text-decoration: none; }