/* CSS Document */

a {
	text-decoration: none;
}
a:hover {
 color: #0099CC;
	text-decoration: underline;
}
