/* Basic style */

body {
	color: black;
	background: #CCCCCC
}


/* Publications list */

LI.articles { margin-top: 1ex; margin-bottom: 0.5ex }
UL.abstracts { font-size: small }
LI.abstracts { margin-top: 1ex; margin-bottom: 0.5ex }


/* Footer style */

P.footer {
	margin-top: 1em;
	font-size: 71%
}


/* Link style */

A {
	text-decoration: none
}

A:link {
	color: blue;
	background: transparent
}

A:visited {
	color: #663399;
	background: transparent
}

A:hover {
	text-decoration: underline
}

A:active {
	color: red;
	background: transparent
}
