/*-----------------------------------------------------------------------------
Basic Style Sheet (for not so hot browsers)

version:  1.0
author:   Stephen Tudor
email:    smtudor@gmail.com
website:  http://gazeglow.com

These styles get overridden by advanced.css if the browser understands @import
-----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 5%;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #333;
}

