/*
 * Stylesheet:		BHBC and QCBC Printable (Black On White) (not layout!)
 *
 * New Version:		16-Apr-2001
 *
 * Author:			Gareth Sylvester-Bradley (webmaster@boas-head.rowing.org.uk)
 *
 * Include using:   <link rel="StyleSheet" type="text/css" href="/BHBC.css" media="print,screen">
 */

/*
 * principal styles
 */

body
{
/*
 * use background rather than separate background-* properties 
 * because earlier browsers e.g. IE4 cope 
 */
	background:			white;

	color:				black;
}

/*
 * to make text at least legible in Netscape Navigator version 4.7
 */
div, span, td, th
{
	color:				black;
}

/* links are always black */
a
{
	color:				black;
}
a img
{
	border-color:		black;
}

/*
 * path styles
 */

table.path
{
	border-color:		black;
}

table.content
{
	border-color:		black;
}

table.menu
{
	border-color:		black;

	background-color:	#CFCFCF;
}

/*
 * figure and info box styles
 */

.figure, .info
{
	border-color:		black;
}

.figure
{
	background-color:	#999999;
}

.info
{
	background-color:	#CFCFCF;
}

/*
 * other bits
 */

/* horizontal rules */

hr
{
	color:				black;
}

/*
 * end of stylesheet
 */
