@charset "utf-8";
/* CSS Document */

body {
	width:999px;
	background-color: #000;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
.textArea{
	font-family:"Arial", Gadget, sans-serif;
	color:#FFF;
	margin: 0 20px 0 80px;
	
}
a:hover {
	color:#FFF;
}
a {
	color:#CCC;
	}
