@charset "utf-8";
/* CSS Document */

body {
	text-decoration:none;
	padding:0;
	font-size:12px;
	color:#333;
	line-height:1.5em;
}

img{
	border:none;
}

a:link{
	color:#666;
	text-decoration:underline;
}
a:visited{
	color:#999;
}
a:hover{
		color:#999;
}
a:active{
		color:#999;
}