html,body {
	margin:0px;
	padding:0px;
	overflow:hidden;
}

body,div {
	font-family:"Trebuchet MS", Arial;
	color:#3f4096;
	font-size:12px;
}

a {
	color:#00acf0;
	text-decoration:none;
}

a:hover {
	color:#3f4096;
	text-decoration:none;
}

a:active, a:focus {
	outline:0;
}

