/* style_all.css - all-purpose stylesheet */

/* UNIVERSAL RULES */

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: none;
}