body {	
	background-color: #474747;
	font: Georgia,Verdana,Arial,Helvetica,sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #333;	
	font-family: Georgia,Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	line-height: 1.5em; }
big { font-size: 110%; }	
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { font-size: 125%; }
h2 { font-size: 120%;
	 color: #990000;
	 line-height: 1.5em; }
h3 { font-size: 115%; }
h4 { font-size: 105%;
	  font-weight: normal;
	  line-height: 2em;
	   color: #990000;
	   padding-bottom: 0;
	   margin-bottom: 0; }
h5 { font-size: 100%; }
h6 { font-size: 97%; }

.redTitle {
	font-size: 120%;
	 color: #990000;
	 font-weight: bold;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
a { color: #003366; text-decoration:none; }	
a:visited {	color : #003366; } /* visited must be before hover */
a:hover { color : #003366; text-decoration: underline;}
a:focus { color : #003366; }
a:active { color : #003366; }	

.devNote {
	color: #00FF00;
	background-color: #FF0033;	
}