body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	color: #000;
	padding: 10px 20px 10px 20px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

h1, h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

a {
	color: #f60;
}

a:visited {
	color: #963;
}

#donate {
	float: right;
	padding: 10px;
	margin-left: 10px;
	width: 140px;
	background-color: #FEF9E9;
	border: 1px solid #FFEDAE;
}

h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style: none;
}

ul a {
	margin-right: 0.5em;
}

em {
	color: #aaa;
}

p.intro {
	padding: 0;
}

p.leader {
	margin: 0;
}

.home {
	border-top: 10px solid silver;
	background: #fff url(gingerbeardman.png) no-repeat top right;
}

.ceefax {
	border-top: 10px solid blue;
}

.keylayout {
	border-top: 10px solid #0076FF;
}

.upcoming {
	border-top: 10px solid #a01906;
}

.exifcleaner {
	border-top: 10px solid #391970;
}

.ecc {
	border-top: 10px solid #D15600;
}

.pngenie {
	border-top: 10px solid #567CB9;
}

.services {
	border-top: 10px solid #60D5F8;
}

.today {
	border-top: 10px solid #555;
}

.wirehang {
	border-top: 10px solid #00BBFF;
}

.safari {
	border-top: 10px solid #2F96CD;
}

.ddgui {
	border-top: 10px solid #000;
}

.wolfcms {
	border-top: 10px solid #5C821D;
}

.warning {
	color: red;
}

dl {
	margin: 0.5em 0;
}

dd {
	margin: 0 0 0em 0;
}

.sly {
	text-decoration: none;
	color: #000000;
}

.sly:visited {
	color: #000000;
}

.sly:hover {
	text-decoration: underline;
	color: #F00;
}

.keys {
	font-family: monospace;
	color: #888;
}

.macwanker {
	font-size: 0.8em;
}

.macwanker img {
	margin-left: -5px;
}

.screenshot {
	clear: right;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#other {
	float: right;
	top: 0;
	right: 0;
	background-color: silver;
	font-size: 0.8em;
	padding: 10px;
	margin: -20px 0 50px 10px;
}

#other ul {
	list-style: none;
}

#other li {
	padding: 0 10px 0 0;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}

span.year {
	display: block;
	margin-bottom: 0.5em;
}

span.calc {
	background-color: #BADAFC;
	margin: 0 0.25em;
	padding: 0 0.25em;
}

.col {
	width: 325px;
	float: left;
	margin-right: 20px;
}

.col.wide {
	width: 425px;
}

.col.third {
	width: 260px;
	margin-right: 0;
}

.col.third p {
	font-size: 0.9em;
	line-height: 1.2em;
}

table {
	text-align: left;
	border-collapse: collapse;
	border: thin solid black;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: #fff;
	width: 100%;
}


th, td {
	border: 1px solid black;
}

th, tr, td {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

th {
	font-weight: bold;
/*	border-top: 2px solid black;*/
	border-bottom: 2px solid black;
}

td.year {
	vertical-align: top;
}

th.date {
	width: 2em;
}

td span, span.date {
	color: silver;
}

.project {
/*	width: 9em;*/
}

.head {
/*	width: 2.5em;*/
}

.bull {
	text-align: center;
}

sup {
	font-size: 0.5em;
}

abbr, acronym {
	cursor: help;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ul.links li {
	float: left;
}

.border {
	border: 1px solid silver;
}