@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
	text-align: center;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #4DAEFF;
}
a:active {
	text-decoration: none;
}
#main_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}
