/*	I may pull out certain "safe" styles and include
	them directly in this css file (rather than importing
	them) for the benefit of ancient browsers. Or not...	*/

@import "screen_base.css";





/*	No more support for ie5/mac. */







/*	The following stylesheet will be seen only by ie5.x/win.
	It contains a handful of rules that supplement/override
	the "base" styles. */

@media tty {
 i{content:"\";/*" "*/}} @import 'screen_ie5win_hacks.css'; /*";}
}/* */




/*	The following stylesheet will be seen only by ie5.0/win.
	Miraculously, all the layout styles for ie5/win work for ie5.0!
	We just need to add text-decoration to links ('cause 5.0
	don't do them borders (apparently). */

@media tty {
 i{content:"\";/*" "*/}}; @import 'screen_ie50win_hacks.css'; {;}/*";}
}/* */

