body 
{
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	background: white; 
	margin: 4%;
}


a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: blue;
	text-decoration: none;
}

a:active
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: red;
	background: #ffcccc;
}

a img 
{
	border: 0;
}


h2 
{
	font-size: large;
	margin: 2em 0em 0em 0em;
}

h3
{
	font-size: medium;
	margin: 2em 0em 0em 0em;
}

p
{
	line-height: 120%;
}

strong
{ 
	font-style: normal;
	color: #F30;
}

em
{
	font-style: italic;
}

em i
{
	font-variant: small-caps
}

div.meeting
{
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	margin-left: 40px;
	margin-right: 40px;
	background: #efefef;
	padding: 0.5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	line-height: 120%;
}

div.meeting dl
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.meeting dl dd
{
	margin-top: -1.2em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 8em;
	line-height: 120%;
}

div.meetings
{
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	margin-left: 40px;
	margin-right: 40px;
	background: #efefef;
	padding: 0.5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	line-height: 120%;
}

div.meetings p
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

div.talks
{
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	margin-left: 40px;
	margin-right: 40px;
	background: #efefef;
	padding: 0.5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	line-height: 120%;
}

div.publications
{
	margin-top: 1em;
	margin-bottom: 1em;
}

div.publications p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

hr
{
	border: 2px solid;
	margin-top: 1.12em;
	margin-left: 40px;
	margin-right: 40px;
	color: #ccc;
}

div.date
{
	font-size: small;
	font-style: italic;
}

.trigger { 
    color: blue;
    cursor: pointer;
}

.trigger:hover {
    color: red;
    background: #ffcccc;
}

.trigger:before {
    content: "\25B8";
}

.triggered {
    color: blue;
    cursor: poiner;
}

.triggered:hover {
    color: red;
    background: #ffcccc;
}

.triggered:before {
    content: "\25BE";
}
