body {
	margin: 2px;
	background-color: #385FC9;
	text-align: left;
}
body, table {
  font-family: Tahoma, sans-serif;
  color: #fff;
  font-size: 13px;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a:link {
	color: #cff;
	text-decoration: none;
}
a:visited {
	color: #9cf;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
table {
	border-collapse: collapse;
}
table td {
	empty-cells: show;
}
h1 {
	font-size: 16px;
}

table#main {
	width: 660px;
}
table td#content {
	width: 500px;
	vertical-align: top;
}
table td.float {
	vertical-align: top;
}