@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #121212;
}
body {
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	/*margin-left: 10px;
	margin-top: 10px;*/
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #121212;
}