@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none
}

a:hover {
	color: #000000;
	text-decoration: none
}