/*
 * Import the base css stylesheet and apply any overrides.  Note: this
 * does not work for NN4.
 *
 * @(#) $Id: base.css 70551 2008-10-28 12:27:13Z simon $
 */

@import url(/public/positioning.css);
@import url(/public/colour.css);
@import url(/public/typography.css);
@import url(/public/ebook.css);

/* Import error_highlighting.css which contains styles used when errors are encountered */
@import url(/public/error_highlighting.css);

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #003;
	font-family: "Arial Unicode MS","Arial","Helvetica",sans-serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #39c;
}
a:visited {
	color: #39c;
}
a:hover {
	color: #f00;
}
a:active{
	color: #f00;
}
a, a img {
	border: 0;
}

.red {
    color: #cc0000;
}

/* vim: set ai noet sw=8 : */
