/* Core CSS for Logician (tm) */
/*  Copyright (c) 2007-2008 Micah Ferrill */

html * {
	margin: 5px;
}

html, body {
	background: #999999;
}

div, span {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

div#frame {
	background: #ffffff;
}

div.content {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	border-bottom: solid 1px #cccccc;
	color: #666666;
}

p#footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #666666;
	font-style: italic;
	font-size: small;
}