body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	background:#FFCC33;
}

h1	{
	font-size: 24px;
	text-align: center;
	}

h2	{
	font-size: 22px;
	margin-top:25px;
	text-align: center;
	line-height:1.3em;
	}
	
th	{
	background:#FFCC33;
	padding: 6px;
	}

#content	{
	width: 740px;
	background: #fff;
	border: 1px solid #CC9900;
	padding: 30px;
	}

.category	{
	border: 1px solid #FFCC33;
	border-right-width: 0;
	border-bottom-width: 0;
}

.category td {
	padding:6px;
	text-align:center;
	vertical-align:top;
	border: 1px solid #FFCC33;
	border-left-width: 0;
	border-top-width: 0;
}

.item	{
	border: 1px solid #FFCC33;
	border-right-width: 0;
	border-bottom-width: 0;

}

.item th {
	background-color:#FDF2AA;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.item td	{
	border: 1px solid #FFCC33;
	border-left-width: 0;
	border-top-width: 0;
	text-align:left;
}