/* core stuff */
body { margin: 64px; }

td, li, div, p, h1, h2 { font-family: sans-serif; }

h2 { font-size: 1.0em; }

/* simple tables */
table.listing { border-collapse: collapse; }

table.listing td, table.listing th
{
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
}

/* fancy features */
@media screen
{
	a { font-weight: bold; }

	a[href*="http://"]
	{ 
		color: blue;
		font-weight: normal;
		padding-right: 14px;
		background: transparent url("ext.png") center right no-repeat;
	} 
}

