@charset "UTF-8";
/*
	CSS Theme by
	JC John SESE Cuneta
*/

/*
	neutralizer.css neutralizes the default style settings of the different browsers.
	With the browser-style defaults neutralized, it will now be easier to design a website.

	This stylesheet must always be called first before any other styles.
*/

/* This neutralizes all elements. */
* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	margin: 0 auto;  /* This centers the whole page. */
	padding: 0;
}

img, fieldset {
	border: none;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
