/* set font and background */

body {background-color: white;
	font: 12px "Times New Roman", times, serif;
	color: black;
}
