@charset "utf-8";

body {
	background-color: #DEE9FB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a {
	color: #669AFF;
	text-decoration: none;
}
a:visited {
	color: #669AFF;
	text-decoration: none;
}
a:hover {
	color: #A39282;
	text-decoration: none;
}
a:active {
	color: #669AFF;
	text-decoration: none;
}

