h3 {
	/*font-size: 4em;
	text-align: center;*/
   background-color: #FF6600;
   clear: both;
   color: #FFFFFF;
   font-size: 20px;
   height: 30px;
   line-height: 30px;
   margin: -15px 0 0 0;
   padding-left: 15px;
   text-align: left;
   z-index: 5;
	}
	
h3 a {
	color: #FFFFFF !important;
}

h3 a:visited {
	color: #FFF;
}

h3 a:hover {
	color: #FFF;
}

.purple {
	background-color: #663399;
}

.red {
	background-color: #FF0000;
}
.green {
	background-color: #19C514;
}	