BODY{
	background: #fff;
	color: #555;
/*	font-family: helvetica, sans-serif;*/
	font-size: 12pt;
	margin-left: 15mm;
	margin-right: 15mm;
	width: 800px;
}


A:link {
	text-decoration: none;
	font-weight: bold; 
	color: #33F;
}

A:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: #93C; 
}

A:active  {
	text-decoration: none; 
	font-weight: bold; 
	color: black;
}

A:hover{
	text-decoration: none;
	font-weight: bold;
	background: #aaF;
	color: #FFF;
}


H1{
	font-size: 22pt;
	color: black;
	padding-bottom: 2px;
	border-bottom: solid 3px #aaa;
}

H2{
	font-size: 18pt;
	color: #333;
	padding-left: 0.4em;
	border-top: solid 1px #aaa;
	border-left: solid 1em #aaa;
	border-right: solid 1px #aaa;
	clear: both;
}

H3{
	color: #444;
	font-size: 14pt;
	padding-left: 0.4em;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	clear: both;
}

P
{
	margin-top: 0px;
	margin-bottom: 8px;
}

TD{
	color: #555;
	font-size: 12pt;
}

.logo{
	text-align: center;
}

.bigfigure{
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.return{
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: solid 2px #aaa;
	border-bottom: solid 2px #aaa;
	padding-top: .8em;
	padding-bottom: .8em;

	text-align: center;
}

// ------------------------- PAPERS ---------------------------

LI{
}

.paper{
	margin-top: 1em;
}

.paper-author{
}

.paper-title{
	font-size: 12pt;
	margin-top: .2em;
	margin-bottom: .2em;
}

.paper-where{
	font-style: italic;
}

.paper-issue{
}

// ------------------------- MEMBERS ---------------------------

TH{
}

TD{
}

TABLE{
}

.member-table{
	margin-left: 15mm;
}

.member-name{
	width: 30mm;
	text-align: left;
}

.member-grade{
	width: 15mm;
}

.member-mail{
	width: 70mm;
}

.member-occupation{
	width: 60mm;
}

.lang{
  	text-align: right;
}