﻿/*
    This reset file is a modified version of David Walsh's reset.css file, available at http://davidwalsh.name/reset-css
*/

/*  all media  */

	/* global */
	* 								{ margin:0; padding:0; }
	input                           { margin:0;padding:0;}
	body			                { background:#fff; 
	    			                  font:12px tahoma, arial, helvetica, sans-serif; }

	/* tags */
	label,select 	                { cursor:pointer; }
	li								{ line-height:15px }
	textarea,input				    { font:12px tahoma, arial, helvetica, sans-serif; }
	.webkit textarea                { resize: none; }

	/* links */
	a								{ color:inherit; }
	a:hover, a:active			    { text-decoration:none; }               /* color:#00f; */
	a img							{ border:0; }

/*  print media  */

