body {
	font-size: 100%;
	font-family: Verdana, MetaBold, Geneva, Arial, sans-serif;
}

h1, h2 {
	text-align: center;
}

p.license {
	font-family: Courier, monospace;
	padding-left: 2em;
	padding-right: 2em;
}

p.license_indent {
	font-family: Courier, monospace;
	padding-left: 4em;
	padding-right: 4em;
}

p.code {
	font-family: Courier, monospace;
	padding-left: 1em;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* This hack fixes up the filing card for Mozilla. However, it breaks
Netscape. Little John's hack below tells all clients to use td.filing
but since Netscape is so broken it instead ignores it :) */

@media all {
	td.filing {
		line-height: 0;
		font-size: 1px;
	}
}
