body {
	background:white;
	padding:0;
	margin:0;
	border:0;
	font-family:Arial;
	font-size:12px;
	color:#464646;
}

* {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}

/* STYLE HREF */
a {
	text-decoration:none;
	color:#3097d9;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#804cb1;
	cursor:pointer;
}