body {
	background-color: #c2ebff;
}
td {
	font-family: Arial;
	font-size: 13px;	
}
h1 {
	font-size: 14px;
	margin-bottom: 15px;	
}
a {
	text-decoration: underline;
	color: black;
}

.content {
	background-color: #ecf8ff;
}
.menu {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #c2ebff;
	height: 25px;
}
.menu .element {
	padding: 5px 21px;
	float: left;
}
.menu a {
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: inline;
}
.menu a:hover {
	color: #555555;
}
.newline {
	clear: left;
}
.text {
	padding: 20px 20px 10px 20px;
	line-height: 20px;
}
.text td {
	line-height: 20px;
}
.text .note {
	font-size: 11px;
	line-height: 13px;
}
