@media screen {
	body, th, td { 
		font-family: Verdana, "Trebuchet MS", sans-serif;
		font-size: 90%;
	}

	#header {
		margin-top 10px;
		border-top: 2px solid #cef;
	}
	#header a {
		text-decoration: none;
	}
	#heading {
		font-size: 400%;
		color: #acf;
	}

	.desc {
		color: #888;
		font-style: italic;
	}

	#footer {
		border-top: 1px solid #ddd;
		padding: 0.7em 1em;
		font-size: 70%;
		text-align: center;
	}

	table.sortable {
		width: 600px;
	}

	table.sortable th {
		background-color: #bdf;
		padding: 5px 20px 5px 10px;
		text-align: left;
	}

	table tr.bg th {
		background-color: #bdf;
		padding: 5px 20px 5px 10px;
		text-align: left;
	}

	table.sortable td.r {
		text-align: right;
	}

	.note {
		font-size: 90%;
		color: #999;
	}
}
