/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	margin: 0;
	padding: 0;
	font-family:Garamond;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 350px;
  margin: 0 auto;
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  margin: 15px 0 0;
  }
/* maincontent width is 1px smaller to account for left border */
#maincontent {
	width: 350px;
	margin: 0;
	padding: 0;
	font: 18px Garamond;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	margin: 0 25px 0 40px;
	padding: 5px 0;
	line-height:1.4;
	color: #FFFFFF;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
	margin: 0 0 5px 15px;
	padding: 5px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
  }
#maincontent h1 {
	color: #FFF;
	font: 36px Garamond;
  }
#maincontent h2 {
	font-size: 24px;
	font-family: Garamond;
	color: #FFF;
	text-decoration: underline;
  }
#3Cups tr td {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#3Cups h2 {
	font: 200 24px Georgia, "Times New Roman", Times, serif;
	color: #CFF;
}
