@charset "utf-8";
body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFF;
	font-size: 14px;
	background-color: #999;
}
p {
	color: #333;
	font-size: 14px;
}
tr td {
	background-color: #999;
	font-size: 14px;
	color: #333;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
}

