@charset "utf-8";
/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	margin: 0px; 
	padding: 0px;
}

a {
	color: f29f00;
	text-decoration: none;
}

a:hover {
	color: f29f00;
	text-decoration: underline;
}

a:visited, a:link, a:active, a:focus {
	color: f29f00;
}



