/* 
 *	high-vis.css - high vis styles 
 *
 *	Written by Jon Burney 
 *	Copyright (c) 2005 E for Education (Bluestone New Media Ltd)
 *
 */
 
 body {
 	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	color: #FFFF00;
 }
 
 h1, h2 {
	color: #FFFFFF;
 }
 
a {
 	color: #00FFFF;
 }
 
div, img, a, li, ul, h1, h2, h3, h4, span { 
	background: none !important; 
	float: none !important; 
	position: none !important; 
	height: auto !important; 
	width: auto !important; 
}
