.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #242424;
	color: #FFFFFF;
	border: none black 0px;
	padding: 8px 8px 8px 8px;
}


.content {
	position:absolute;
	left:50%;
	width:570px;
	margin-top:50px;
	margin-left:-340px;
	padding:15px;
	background-color:#000000;
	}
.text2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.textLight {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.contentLight {

	position:absolute;
	left:50%;
	width:570px;
	margin-top:50px;
	margin-left:-300px;
	padding:15px;
	background-color:#FFFFFF;
}
