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