body {
	font-family:sans-serif;
}
img {
	margin:0;
	border:0;
}
a {
	font-weight:normal;
	text-decoration:none;
	color:white;
	/*background-color:rgba(0,0,0,0.4);
	border-radius:4px;
	padding:0 4px 2px 4px;*/
}
a:hover {
	text-decoration:underline;
	/*background-color:rgba(0,127,255,0.3);*/
}
/*h1 {
	border-top:solid 1px #a0a0a0;
	color:gray;
}*/
table {
	font-size:16px;
	border-collapse:collapse;
}
td,th {
	vertical-align:middle;
	text-align:left;
	border-top:solid rgba(255,255,255,0.4) 1px;
	padding:8px;
}
td img {
	max-height:32px;
}
iframe {
	padding:0;
	border:0;
	height:400px;
	overflow:auto;
}
body {
	font-family:sans-serif;
	margin:0;
	padding:0;
	border:0;
	top:0;
	left:0;
	width:100%;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:lightgray;
	color:white;
}
li {
	margin-bottom:4px;
}
.td-title {
	text-align:center;
	color:lightgray;
}
.td-center {
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.td-center a {
	color:greenyellow;
}
.td-no-padding {
	padding:0;
}
.icon-char {
	font-weight:normal;
	font-family:serif;
	font-size:32px;
	width:40px;
	color:PaleTurquoise;
}
.icon-char a {
	font-size:32px;
	text-decoration:none;
	color:PaleTurquoise;

}
.icon-char a:hover {
	text-decoration:underline;
}
.td-image {
	padding:0;
	border-top:0;
}
.no-top-border td,div {
	border-top:0;
}
.title-link {
	font-size:24px;
	text-align:center;
	margin-left:8px;
	margin-right:8px;
}
.large-link {
	font-size:32px;
	padding-right:24px;
}
.large-link a {
	color:greenyellow;
}
.small-link {
	font-size:16px;
	padding-right:24px;
	color:white;
}
.small-link a {
	color:white;
}
.large-link .small-link {
	color:PaleTurquoise;
}
.sub-link {
	font-size:12px;
}
.main {
	max-width:1200px;
	padding-top:16px;
}
.content {
	display:inline-block;
	border-bottom:none;
	vertical-align:top;
	padding: 0px;
	margin: 16px 8px 4px 8px;
	overflow:auto;
        /*background-color:rgba(255,255,255,0.8);*/
	background-color:rgba(0,0,0,0.5);
}
.content ul {
	text-align:left;
	margin-right:16px;
}
.navigation {
	width:100%;
	font-size:24px;
	/*height:48px;*/
	margin:0;
	/*color:gray;*/
	color:rgb(200,200,200);
	/*color:white;*/
}
.navigation td {
	border:0;
	text-align:center;
	vertical-align:middle;
	/*background-color:rgba(255,255,255,0.5);*/
	background-color:rgba(0,0,0,0.5);
	padding: 4px 8px 4px 8px;
}
.navigation .icon-char {
	width:200px;
	/*color:gray;*/
}
.navigation .icon-char a {
	/*color:gray;*/
}
.photo-info {
	font-size:10px;
	color:lightgray;
	margin:32px 16px 16px 16px;
}
