﻿/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
      
-------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
/*	border: 0;*/
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

