body { font-family: Georgia, "Times New Roman", Times, serif }
h1 { color: red; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
img { border: 0; }
p { text-indent: 2em; }
#content { margin-left: 12em; 
	margin-right: 2em;
	height: 100%; }
#navbar { float: left; 
	width: 10em; 
	height: 100%;
	background-color: yellow; }
#header { text-align: center; 
	font-style: italic;
	background-color: pink;
	color: #000066;  /* doesn't work! */
	}
td { text-align: center; width: 33%; }
table { width: 100%; }

