body {
	background-color:#d5fe7b;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	color: #487205;
	margin:0px;
	padding-top:0px
}

#content {
	position:absolute;
	left:295px;
	top:25px;
	width:355px;
	height:555px;
	padding:0px;
	margin:0px;
	overflow:auto;
}

.welcome {
	font-family:Georgia;
	font-size:15px;
	font-style:oblique;
}

strong, b, em {
	color:#db9e1b;
}

a {
	color:#487205;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#db9e1b;
	font-weight:bold;
	text-decoration:underline;
}

blockquote {
	border-width:1px;
	border-style:solid;
	border-color:#db9e1b;
	margin:10px;
	padding:10px;
}

form {
	background-color: transparent;
}
input, textarea, option, select {
	font: 12px arial;
	line-height: 1.5em;
	color: #db9e1b;
	text-align: justify;
	letter-spacing: 0px;
	border: 1px solid #db9e1b;
	padding: 1px;
}
