body, textarea { font: 110%; }
#title {
    font-size: 120% ;
}
a { color: #f50; text-decoration: none; }
a:visited { color: black; text-decoration: underline;  }
a:hover { text-decoration: underline; }

.sidenote {display: block; float: right; border: 0.3em solid #aaa; padding: 0.6em 0.4em;}

#wikicontrols {
	margin: 1em;
    font-size: 0.8em;
    background: #CCC;
}
#wikicontrols a {
	color: #000;
	text-decoration: none;
    font-weight: bold;
    margin: 1em;
}
#wikicontrols a:hover {
	color: #f50;
}
#wikicontrols div.search {
    display: inline;
    margin-left: auto;
    text-align: right;
}

#content {
    margin-left: 2em;
    margin-right: 2em;

}

#wikicontent pre {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 2px 5px;
	font-family: monospace;
}

#footer {
    text-align: center;
	font-size: 0.7em;
    background: #CCC;
}

table {
    border: 1px solid #000000;
}

td {
    border: 1px solid #000000;
    padding: 4px;
}
