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