/* The @import rule, using this exact syntax, hides the imported
stylesheet from NS4, IE4, WebTV and probably other legacy browsers. */

@import "layout.css";
@import "skin.css";
body {
	background-color: #014374;
	color: #000;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 16px;
}
