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


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

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: 140%;
}

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

em
{
	font-style: italic;
}

em i
{
	font-variant: small-caps
}



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;
}

