<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
								ho.css
*******************************************************************************

Cascading Style Sheet (css) for 
John Tauxe's HO Layout pages

Change log:
JT=John Tauxe

 6 Nov 08	JT	Stolen from bits.css


-----------------------------------------------------------------------------*/

BODY	{	background-color:	white;
			color: 				black;
			font-size: 			100%; 
		}

A		{	color:				darkblue;
			font-weight:		bold;
			text-decoration:	none;
		}

A:hover	{	color: 				red; 
		}


CODE	{	font-size: 			120%; 
		}

TABLE	{	empty-cells: 		show; 
			border-collapse:	collapse;
		}

TD.sidebar
		{	background-color:	lightblue;
			font-family:		Helvetica;
			font-size: 			80%;
			padding: 			10; 
		}

TD.edges
		{	border-top:		1mm solid lightblue;
			border-bottom:		1mm solid steelblue; 
			border-left:		1mm solid lightblue; 
			border-right:		1mm solid steelblue; 
			padding: 			20; 
		}


</pre></body></html>