/* CSS Document */

body {
	color: #FFFFFF;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

