/* Basic css styles for older browsers */
/* These get updated depending on the @import rule */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
	margin: 0;
	padding: 5%;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}