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