/* CSS Document */

body{

}
a {
	color: #FC7100;
	text-decoration: underline;
}
a:hover {
	color: #FF9100;
	text-decoration: none;
}

