h1, h2, h3, h4, h5, h6 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #ffcc33;
	font-size: 20px;
	text-align: left;
}	

h2 {
	color: #33cc00;
	font-size: 16px;
	text-align: left;
}
		h2 a:link {
		color: #33cc00;
		font-weight: bold;
		text-decoration: none;
	}
		h2 a:visited {
		color: #339900;
		font-weight: bold;
		text-decoration: none;
	}
		h2 a:hover {
		color: #99ff66;
		font-weight: bold;
		text-decoration: none;
	}
		h2 a:active {
		color: #99ff66;
		font-weight: bold;
		text-decoration: none;
	}
	
h3 {
	color: #33cc00;
	font-size: 16px;
	text-align: right;	
}

h4 {
	color: #0066cc;	
	font-size: 15px;
	text-align: left;
}

h5 {
	color: #0066cc;
	font-size: 15px;
	text-align: left;
}

h6 {
	color: #33cc00;
	font-size: 14px;
	text-align: left;
}