/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
form, label {
	border: 0;  
	margin: 0;  
	outline: 0;  
	padding: 0;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}

/* Remove annoying border on linked images. */
a img { 
	text-decoration: none;
	border: 0;
	border: none; 
}

/* Remember to define focus styles! */  
:focus {  
	outline: 0;
	outline: none;  
}
