body {	
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
	}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #333;
	margin: 0;
}

p, ul, ol, li {
	line-height: 1.5em;
	margin-bottom: 7px;
	}

big { 
	font-size: 110%; 
	 }	
	 
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { 
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 
	font-size: 1.2em;
	font-weight: bold;
	color: #F77603;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 97%;
}

a { color : #F77603; }	
a:visited {	color : #F77603; } /* visited must be before hover */
a:hover { color : #333; }
a:hover[name] { color : #333; } /* don't allow mouseovers in gecko browsers to change color on named anchors */
a:focus { color : #F77603; }
a:active { color : #F77603; }	

.devNote {
	color: #00FF00;
	background-color: #FF0033;	
	}