/* CSS Document */
/* BROWSER RESETS CSS v1.0 - for MK VISUAL written by Mountain */

/* ------------- @ ENTIRELY CLEANED OUT ELEMENTS ---------------- */
html,body,div,p,h1,h2,h3,h4,h5,h6,a,ul,ol,li,img,span,blockquote,
font,em,strong,big,small,sub,sup,address,acronym,abbr,cite,del,ins,code,tt,kbd,var,samp,dfn,dl,dt,dd,
table,tr,td,th,tfoot,thead,tbody,caption,fieldset,form,label,legend,applet,object,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

/* ------------- @ OTHER RESETS ------------------- */
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style:none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* ----- @ STOPS ANNOYING BOXES AROUND LINKS IN FIREFOX!!!! ----- */
*:focus {
	outline: none
}
