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

