@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
}

#container {
	width: 550px;
}

a:link, a:active, a:visited {
	color: #f59120;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
