html{
	margin:0px;
}

body{
	margin:0px;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	background:#f0f0f0;
}
body div{
	text-align:left;
}




form{
	margin: 0px;
	border: 0px; 
	padding: 0px;
}





a *{
	border: none;
}
a {
	color:#56cdef;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}






p{
}
