#header {
	margin: 0;
	padding: 1em 2em 3em 0;
	min-height: 0;
	background-color: #cf3;
	text-align:right;
}
#header h1 {
	padding-top: 0;
	font-size: 3em;
	text-shadow: none;
	color:#360;
}
#header h2 {
	font-size: 2em;
	color: #690;
}
/*-------------------------------------------------------*/
#content {
	margin: 2em 10em;
	padding: 0;
}
#content h2 {
	color: black;
}
#content table {
	border-collapse: collapse;
}
#content .features td, #content li {
	font-size: 85%;
	padding-bottom: 1.8em;
/*	border-bottom: 1px solid #ccc;*/
}
#content a {
	font-size: 140%;
	text-decoration: none;
}
#content .applist td {
	font-size: 120%;
	color: #888;
}
/*-------------------------------------------------------*/
#about td,
#donate {
	font-size: 90%;
	line-height:140%;
	text-align: justify;
}
#about a,
#donate a {
	font-size:100%;
}
#footer {
	border-top: 1px solid #ccc;
}
