@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	}
	
img {border:1px solid;
border-color: #CCC;}


p {
	margin-left:0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}