/* This is actually a theme overrides the default font used to a sans-serif instead */
body {
	color:#3c3935;
	text-align:center;
	font-family:helvetica,arial,sans-serif;
	font-size:79%;
	}

p,h1,h2,h3,h4,h5,h6,input,label {
	font-family:helvetica,arial,sans-serif !important;
	}