@import url(basic.css);
/*	------------------------------------------------	
	This page will be read by all browsers with some
	CSS support (e.g. Netscape 4).  Using the import
	command to grab basic.css hides declarations in
	basic.css from everything that cannot support
	high-level CSS.
------------------------------------------------	*/

body {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, 'sans serif';
	background: #5F2B00;
	color: white;
}

a {
	color: aqua;
}