/* CSS Document */

body  {
	font-family : Verdana, sans-serif;
	}
	
a {
	text-decoration : none;
	color : 555555;
	}
	
a:hover {
	color : 6699ff;
	}

