<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* File: ancient.css */
/* Hierarchy level:2 ancient */
/* Platform: not specified */
/* Browser: not specified */

/* import main site CSS file &amp; subject specific CSS file */
@import url('article0.css');
@import url('history0.css');
@import url('topics00.css');

/* Sets basic subsection-wide style declarations */
body { background-color: #FFF; }

/*------------ PULLQUOTE BOX -----------*/	

/* sets format for right-aligned pullquote box. CASCADE: ovverrides main stylesheet setting new colout for this content area.  */	
/*	.pullleft {
	background-color: #ffffce;
}	
*/
/* sets format for right-aligned pullquote box. CASCADE: ovverrides main stylesheet setting new colout for this content area. */	
/*	.pullright {
	background-color: #ffffce;
}	
*/	
/*------------ // PULLQUOTE BOX -----------*/	



/*------------ BORDERS, PADDING, FLOAT ETC -----------*/	
	
/* sets thicker border round an element. CASCADE: Full rules set in 'history.css'; only colour is changed here. Gives category-specific border colouring. */	

	table.border {border-color: #00639c;}	
	div.border {border-color: #00639c;}	
	img.border {border-color: #00639c;}	
	
/* sets thin border round an element. CASCADE: Full rules set in 'history.css'; only colour is changed here. Gives category-specific border colouring. */	

	.borderthin {border-color: #00639c;}	

/*------------ // BORDERS, PADDING, FLOAT ETC -----------*/	



/*------------ // RH NAV STUFF -----------*/	

/* for color of RH nav header bars. CASCADE: Full rules set in 'history.css'; only colour and bg 'tiny' url are changed here. Gives category-specific colouring. */		
	.rhnavhead {background-color: #00639c; color: #ffffff; width: 100%;}	
	
/*------------ // RH NAV STUFF -----------*/</pre></body></html>