/* Filename: ddl_search.css
 * Description: Stylesheet for search pages of the Distributed
 *   Image Library of the NEUMES Project website.
 * Author: Louis W. G. Barton
 * Version: 24 November 2006
 *
 * Implementation notes:
 * - This stylesheet cascades on distributed_image_library.css,
 *   which must be declared first in the head of HTML.
 */

BODY {
	color: #000000;
	font-family: arial,sans-serif;
}
A {
	font-family: arial,sans-serif;
}
TD {
	background-color: inherit;
	font-family: arial,sans-serif;
	color: #000000;
}
.formColoration {
	background-color: rgb(66,97,206);
	color: #FFFF00;
	font-weight: bold;
	font-size: 1em;
}
/*[end, ddl_search.css]*/