body {
	top: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: sans-serif;
	text-decoration: none;
	color: #000;
	background: url("images/cola-bg.png") repeat-x;
	background-color: #fff;
}
.trademark {
	position: absolute;
	bottom: 0;
	right: 4;
	left: 4;
	color: gray;
}

img { border: 1px solid; }

.pagetop { position: relative; top: 0; text-align: right; 0; }
.pagetop>img { border: 0px; }
.sitelinks { position: relative; top: 10; font-weight: bold; }
.bodydiv { position: relative; top: 10; }
.git { color: #777; font-size: .6em; }

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: black; text-decoration: none; background-color: silver; }

.extlinks a:link { color: #ccc; text-decoration: none; }
.extlinks a:visited { color: #ccc; text-decoration: none; }
.extlinks a:hover { color: black; text-decoration: none; }
.extlinks img { border: 1px solid; }

ul.posts span {
	color: #aaa;
	font-family: Monaco, "Courier New", monospace;
	font-size: 80%;
}

.centered { text-align: center; }
