body{
 	font-family: Arial, Helvetica, Sans-serif;
 	background-color:ffffff;
 	color: #000000";
}
H1 {
	font-family: Arial, Helvetica, Sans-serif; color: #D00000;
}

.clue{
	font-family: Verdana, Arial;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

#newstuff{
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	top: 0;
	 height: 200px; 
	background-color: #FEFFCE;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	padding: 5px;
	z-index:200;	
}

#showbox{
	top: 10px;
	float:right;
	display: none;
	padding: 6px;
	border-radius: 8px;
	background-color: #FFAE31;
	color: white;
	text-align: center;
	font-size: 0.7em;
}

.topbox{
	height:150px;
	width: 125px;
	font-size: 0.9em;
	/* border: 1px solid #FF9060; */
	background-color: #FFF7B0;
	color: 	#FF6E41;
	float: left;
	position: relative;
	margin-left: 10px;
	text-align: center;
	padding: 3px;
	font-weight: 600;
}
.toplegend{
	font-size: 2em;
	font-weight:600;
	color: #FF832A;
	marign-left: 100px;
}
.sublegend{
	font-size: 1em;
	font-weight: 400;
	color: #FF833B;
}
.topbox a{
	text-decoration:none;
	color: #E422B9;
}
#aardvark{
	background-color: #FEFFCE;
}
#sidebar{
	float:left;
	width:195px;
	z-index:10000;
	/* border: 1px dotted purple; */
}
.sidebox{
	width: 195px;
	
}

#oldstuffcontainer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#originalpage{
	position:relative;
	margin-left: 30px;
	width: 800px;
	/* border: 1px solid red; */
}

#topmatter{
	border-width: 0px;
	vertical-align: top;
}
#translations{
	width: 550px;
	
	position: relative;
	/* border: 1px solid green; */
}

.trans{
	text-align: left;
	font-size: 0.8em;
	font-weight: 550;
	text-align: right;
	margin-bottom: 0.25em;
}
.trans a{
	text-decoration: none;
	color: black;
}