/* accessible black on yellow style sheet copyright L Wakeman Ltd, 2000 */

body, div, td, p, link {
	color : #000;
	font : medium Georgia, "Times New Roman", Times, serif;
	background : #FFC;
}

th {
	color : #000;
	font : bold medium Georgia, "Times New Roman", Times, serif;
	background : #FFC;
}

h1 {
	color : #000;
	font : bold larger Georgia, "Times New Roman", Times, serif;
	background: #FFC;
}

h2 {
	color : #000;
	font : bold medium Georgia, "Times New Roman", Times, serif;
	background: #FFC;
}

h3 {
	color : #000;
	font : bold small Georgia, "Times New Roman", Times, serif;
	background: #FFC;
}

a:link {
	color : #00F;
}

a:visited {
	color : #F00;
}

a:hover, a:active {
	color : #f0f;
}


