/*strong color*/
a.first:link,
a.first:visited,
a.first:hover,
a.first:active {	color: #F70
}

h1, dl {			color: #F70
}


p.side, p.first { 	color:#F70
}


#header {
border-top:	1px 	solid #F70;
border-bottom:1px 	solid #F70
		}
		
table.center {
border-bottom:1px	solid #F70
}		
		
		
/*dark color*/	
.threecol {	  background:#210		/* right column background colour */
		  	  }
			  
.threecol .colleft {
		  	background:	#210	/* left column background colour */
	}		  
	
table.side {
border-top:15px solid #210
}	
			  
			  
			  
			  
			  
			  
/*weak color*/

a.footer:link,
a.footer:visited,
a.footer:hover,
a.footer:active {	color: #C40
}

h3 				{	color: #C40
}

#footer {color:#C40}
		
/*other color*/

a:link,
a:visited,
a:hover,
a:active {
		  	   		color: #D05
}
h2 {				color: #D05
}

	
table.side {
border-bottom:1px solid #D05
}		

p.second {color:#D05}





	
	

		
	
