
body {
	margin: 0px;
        background-color: #ffffff;
	padding-top: 14px;
}

body, table {
	font-family: verdana;
	font-size: 11px;
}

a {
	color: black;
}

.title {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}

.footer {
	color: black;
}

.footer a {
	font-weight: bold;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


.navigation, .navigation a {
	background-color: #e3bfc9; /* #e4d2d2; */
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.navigation a {
	text-decoration: none;
	padding-right: 30px;
}

.navigation a:hover {
	text-decoration: underline;
}
