body {
	line-height: 18px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
	color: black;
	margin-right: 50px;
	margin-left: 50px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

td.menu {
	text-align: center;
}

h3 {
	padding: 10px;
	background-color: #cccccc;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
}

.thumb {
	height: 100px;
	width: 100px;
	background-color: #cccccc;
	padding: 2px;
	border-style: none;
}

.thumbbig {
	height: 200px;
	width: 200px;
	background-color: #cccccc;
	padding: 2px;
	border-style: none;
}
li {
	line-height: 18px;
}

p {
	margin-bottom: 2em;
}

.hint {
	font-size: 8px;
}

table {
	font-size: 12px;
}

th {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: left;
	color: black;
	background-color: #cccccc;
}

td {
	padding: 4px;
}

