body
{
	background-color: #e8ffff
}
a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
p.big {
	font-size: 12pt;
	font-weight: bold;
}
p.small {
	font-size: x-small;
}
p.emphatic {
	font-weight: bold;
}
p.title {
	font-weight: bold;
	font-size: 11pt;
}
p.subtitle {
	font-weight: bold;
	font-size: 10pt;
}
p.item {
	margin-left: 0.5cm;
}
table {
	border-collapse: separate;
	border-spacing: 10px;
}
td {
	font-size: 10pt;
	font-family: verdana,helvetica,arial,sans-serif;
}
td.text {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid thin rgb(211,211,211);
}
td.text-center {
	background-color: white;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid thin rgb(211,211,211);
}
td.text-item {
	background-color: white;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid thin rgb(211,211,211);
}
td.text-item-header {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid thin rgb(211,211,211);
}
td.h-button {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	background-color: rgb(191,255,255);
	border: solid thin rgb(211,211,211);
}
td.v-button {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	background-color: rgb(191,223,223);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid thin black;
}
td.left-side {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.5;
	background-color: rgb(191,255,255);
	margin-left: auto;
	margin-right: auto;
}
td.photo-text {
	text-align: center;
	font-size: 11pt;
	padding-top: 30px;
	padding-bottom: 30px;
}
td.photo {
	padding: 5px;
	vertical-align: middle;
}
td.filler {
	padding-bottom: 5cm;
}
ul {
	list-style-type: circle;
	text-align: left;
	margin-left: 2cm;
}
ul.ul-rec-list {
	list-style-type: none;
	text-align: left;
	margin-left: -0.5cm;
	line-height: 1.8;
}
img {
	border-style: none;
}
.new {
	background-color: yellow;
	font-style: italic;
}
#word-menu ul {
    padding: 0px;
    list-style-type: none;
    margin-left: 0px;
}
#word-menu li {
    cursor: pointer;
    border: 1px solid lightgrey;
    padding: 1px 4px;
    margin: 0px;
    background-color: lightyellow;
}
#word-menu li.selected {
    background-color: yellow;
    font-weight: bold;
}
