/* CSS Document */

body {

	color:#666666;
	font-size:12px;
	line-height:1.2;
}

a {
	text-decoration: none;
	color: #666666;
	} 
 
a:hover {
	color: #FF0099;
	text-decoration:underline;
	}
	
img {
	border:0px;
}
