body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #00FFFF;
	font-weight: bold;
}
.container {
	background-color: #eddec9;
	background-position: center;
	height: 598px;
	width: 799px;
	border: medium solid #000000;
	background-image: url(images/twilite.png);
	background-repeat: no-repeat;
}
.text {
	height: 360px;
	width: 380px;
	position: relative;
	overflow: auto;
	top: 43px;
	padding: 10px;
}

.right_text a {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}
.right_text a:hover{
	overflow: hidden;
	color: #00FF00;
}
.right_text {
	overflow: hidden;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-size: large;
}
.left_text {
	overflow: hidden;
	color: #996633;
}
.left_text a {
	text-decoration: none;
	color: #996633;
}

.left_text a:hover {
	background-color: #fffff;
	color:#0000FF;
}
