/*xxl img styles*/ 

html, body{
	background-image: none;
	font-size: 13px;
	line-height: 17px;
	font-family: verdana, arial, sunsans-regular, sans-serif;
	color:#000;
	padding: 3px;
	margin: 3px;
}

a {
	text-decoration :  none;
	color: #000065;
	}
	
a:hover {
	text-decoration : underline;
	color: #000065;
}

a:active {
	color: #000065;
}

a:visited {
	color: #000065;
}

img{
	padding: 1px;
	margin-top: 1px;
	float: left;
	border: 1px solid #000065;
}
