	body  { 
		color: white; 
		background-color: #000841; 
	}

	/* standard font */
	p, td, ul, li, h1, h2, h3, h4, h5 {
		font-family: sans-serif;
		color: white;
	}

	/* the input fields */
	input, select, textarea {
		font-size: 12px; 
		font-family: sans-serif;
	}

	a:link {
		color: white;
	}

	a:visited {
		color: white;
	}