@CHARSET "UTF-8";

/* --------------------------------------------------------------------------------
 * GLOBAL WHITE SPACE RESET
 *
 * See http://leftjustified.net/journal/2004/10/19/global-ws-reset for an
 * explanation of this style sheet and why it should be used, at least during
 * development.
 * --------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	}

select {
	min-width: 1.5em;
	}

