#mainpage{
	position:relative;
	max-width:1000px;
	margin: auto;
}

.key {
	text-align:left;
	border: solid 1px;
	font: 13px Courier New;
	word-wrap: break-word;
	display:none;
}

.main{
	font: 13px Georgia;
}

A{
	color: #452805;
	font-weight: bold;
	position:relative;
	top:0px;
	transition: top 0.25s ease, left 0.25s ease;
}

A:hover{
	top: -4px;
}