/* LEFT ALIGN */

table, p, li {
	text-align: left;
}

