body {
	background-color: white;
	color: #333;
	margin: 0;
	line-height: 140%;
	font-family: Georgia, serif;
}

a { text-decoration: none; }
a:link {color: #03F;}
a:visited { color: #009; }
a:active { color: #C00; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 140%;
}

header {
	color: white;
	background-color: #4375bf;
	padding: 1em 1em 0;
	margin: 0;
	border: 1px solid #32578f;
}
header h1 {
	font-size: 300%;
	line-height: 100%;
}
header div {
	margin-left: auto;
	margin-right: auto;
	max-width: 65em;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 1px dashed white;
	margin-top: 2em;
}
nav li { display: inline; }
nav a {
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 120%;
	text-decoration: none;
	padding: 1em;
}
nav a:link, nav a:visited { color: white; }
nav a.active, nav a:hover {
	background-color: #508de6;
	text-decoration: none;
}

section {
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 65em;
}

.boxed2 {
	border: 1px solid;
	border-color: #32578f;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

.instit {
	float: left;
	text-align: center;
	margin: 1em;
}

#vilnius {
	max-width: 100%;
	float: left;
	margin: 1em 1em 1em 0;
}

#photo-all{
	display: block;
	width: 100%;
	margin: 0;
}

table { width: 100%; }

table, th, td {
	border: 1px solid #32578f;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding: 0.5em;
}

th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}

td a {
	color: #333;
	border-bottom: 1px dashed #333;
}

td a:link { color: #333;}
td a:visited { color: #333; }
td a:active { color: #333; }
td a:hover { text-decoration: none; border-bottom: 1px solid #333; }

sub { white-space: nowrap; }

@media print {
	tr { page-break-inside: avoid; }
	nav { display: none; }
	td a { border-bottom: none; }
}
