/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* tremani.nl */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
