@charset "UTF-8";
.text {
	margin: 8px 10px;
	height: 400px;
	width: 690px;
	color: #FCFBFE;
	overflow: auto;
	padding: 0px 15px;
}
body {
	background-color: #161516;
}
.text_bg {
	background-image: url(images/text_bg.jpg);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.text_bg .text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .86em;
}
a {
	color: #D1FAFF;
}
a:hover {
	color: #FFC;
}
