h1 {
	font-size: 20px;
	
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
	
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	}

p { font-family: "verdana"; font-size: 10pt; color:black; }
