body {
	background: #fcfcfc;
	color: #101010;
	margin: 16px;
}

table {
	background: #edf3fe;
	border: 1px solid #306393;
}

table.cell {
	background: #cce3ff;
	padding-left: 15px;

}

table.cell2 {
	background: #dbebff;
	padding: 15px;

}

a {
	color: #406080;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
}

p {
	text-indent: 25px;
}
