body {	
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #333;	
}

p, ul, ol, li {
	line-height: 100%;
	}

big { 
	font-size: 110%; 
	 }	
	 
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { 
	font-size: 125%;
}

h2 { 
	font-size: 100%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a { color : #45779A; text-decoration: underline; }	
a:visited {	color : #333; } /* visited must be before hover */

.devNote {
	color: #FFF;
	background-color: #FF0033;	
	}