/* CSS Document */

body{
	padding :0;
	margin :0;
	background: White;
	}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:actived {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}