body {
	font-size : 28px;
	line-height:1.1em;
}

div.content{
	overflow: hidden;
}

span.editsection {
	visibility : hidden;
	float : right;
}

h1 {
	display:block;
	margin:20px 0 10px 10px;
	padding:10px;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.8em;
	color:#c00;
	border-color:#ddd;
	border-style:solid;
	border-width:0 0 1px 0;
	text-align : right;
}
h2 {
	display:block;
	margin:20px 0 0 30px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.1em;
	color:#000;
	border-color:#c00;
	border-style:solid;
	border-width:0 0 1px 0;
}

h3 {
	display:block;
	margin:20px 0 0 30px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	color:#000;
	border-color:#c00;
	border-style:solid;
	border-width:0 0 1px 0;
}
	
	
div.uncyclopedia{
	float : right;
	width : 40%;
	height : 200px;
	margin : 5px;
	padding : 5px;
	background-color : #cccccc;
}

div.wikipedia{
	float : left;
	width : 40%;
	height : 200px;
	margin : 5px;
	padding : 5px;
	background-color : #cccccc;
}

div.info{
	clear : both;
}