body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #E3EFB2;
}

#root {
	border: 1px solid #A7EA25;
	background-color: #D9EF81;
	width: 450px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 10px 30px;
	text-align: left;
	overflow: auto;
}

#center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30em;
	margin-top: -8em;
	text-align: center;
}


a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: black;
}

.linktext {
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 0px;
	text-align: left;
	max-width: 400px;
	overflow: auto;
}

.linkcontent {
	border-left: 1px solid #A7EA25;
	border-top: 1px solid #A7EA25;
	border-bottom: 1px solid #A7EA25;
	background-color: #E3EFB2;
	padding: 3px 0px 3px 3px;
}