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

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 160%;
}
a:link {
	color: #910800;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
}
a:active {
	text-decoration: underline;
}
