/* CSS Document */

			.topic a {
	color: #3366CC;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
			}
			.topic a:visited {
	color: #3366CC;
	text-decoration: none;
			}
			.topic a:hover {
	color: #0000FF;
	text-decoration: underline;
			}
