/* CSS Document */
a {
	font-weight: bold;
	color: #B4DDC2;
	text-decoration: none;
}
a:hover {
	color: #339966;
}
