html {
	background-color: #fff;
	color: #000;
	font-family: "trebuchet ms", "tahoma", "verdana", "helvetica", "sans-serif";
	font-size: 11pt;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #0873bd;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #2fa1f0;
	text-decoration: underline;
}