@charset "utf-8";
/* CSS Document */

/* Styles used to strip browser default formatting */

/* Remove underline from hyperlink */
a { 
	text-decoration:none 
}

/* Remove bullets from all unordered list */
ul {
	list-style:none 
}

/* Set consistent base font size */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* Remove default padding and margins */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0
}
