/* GLOBAL */
body {
	font-size: 62.5%; 
	text-align: center;
	color: navy;
	background-color: #FAFAF0;
}

/* undo textalign */
#container {
	text-align: left;
}

body, input, textarea, th, td, select {
  font-family: Trebuchet MS, "Bitstream Vera Sans", Verdana, Helvetica;
}

/* margins */
ul, ol, dl { margin-bottom: 1.8em; }
p { margin-bottom: 1.5em; }