@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;
}

/*t140 stuff */

body.ebook form#quicksearch {
	background-color: #00275D;
	color: #222;
	font-weight: normal;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif ;
}
body.ebook form#quicksearch label {
	background-color: #00275D;
	color: #FFF;
}
