body {
	background-color:ivory;
	font-family: Arial,sans-serif;
	}

td.name {
		font-size: larger;
		font-family: Tahoma,Verdana,Helvetica;
		font-weight: bold;
		background-color: #EEEEEE;
	}

td.package {
		color: #666666;
		font-size: smaller;
		font-family: Tahoma,Verdana,Helvetica;
		font-weight: bold;
		background-color: #EEEEEE;
	}

td.synopsis {
		font-family: Courier,sans-serif
	}
tr	{
	vertical-align: baseline;
	}
th	{
	text-align: right;
	font-size: smaller;
	color: #666666;
	background-color: #DDDDDD;
	}
table {
	border: solid #CCCCCC 1px
	}
pre	{
	color: #006666;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: .25in;
	xborder: 1px #CCCCCC solid;
	}
dl	{
	margin-bottom: 0;
	}
dt {
	font-family: Courier,fixed-width;
	font-weight: bold;
	}
