body {
	font: 13px 'Segoe UI',Tahoma;
	margin: 0;
	background-color: #edeaff;
}
table {
	font: 13px 'Segoe UI',Tahoma;
}
h1 {
	font: bold 18px Arial;
}
h2 {
	font: bold 13px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
