
/* heading for the three main colors: blue, green, light-blue */
.firstheading,
a.firstheading,
.firstheading:hover {
	font-size: 11.5; 
	color: #003399; 
	font-weight: bold; 
	}

.secondheading, 
#secondheading {
	font-size: 11.5; 
	color: #009933; 
	font-weight: bold;
	text-decoration: none;
	}
a.secondheading, 
#secondheading a {
	font-size: 11.5; 
	color: #009933; 
	font-weight: bold;
	text-decoration: none;
	}
.secondheading:hover, 
#secondheading a:hover {
	font-size: 11.5; 
	color: #009933; 
	font-weight: bold;
	text-decoration: none;
	}
	
.thirdheading {
	font-size: 10; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
	
	}

