body {
	background: #FFF;
	color: #000;
	font-size: 100%;
	font-family: verdana,arial,sans-serif;
	text-decoration:none;
}

#wikiloginbar {
	background: #669;
	color: #FFF;
	letter-spacing:+0px;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

#wikisearchbar {
	background: #336;
	color: #FFF;
	letter-spacing:+1px;
	text-indent:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#wikikermixheader {
	background: #99C;
	color: #FFF;
	letter-spacing:-0.2px;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
}

div.inline {
	border: 3px solid #003;
	background: #CCC;
	padding: 2px;
	width: 85%;
}

td {
	font-size: 100%;
}

a {
	color: #008;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	background: #FF8;
	color: #00F;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #00F;
	font-weight:bold;
}

div.box {
	font-family: verdana,arial,sans-serif;
	padding: 6px;
	border: solid;
	border-width: thin;
	width: 97%;
	border-color: #CCC;
	background: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.section {
	margin-right:4em;
}
small {
	font-size:.7em;
}
