/* $Id: ws06.css 315 2007-01-04 08:28:36Z dret $ */

body { color : #202020 ;
	background-color : #F0F0F0 ;
	font-family : arial, verdana, helvetica, sans-serif ;
}

.center { text-align : center ; }

.footnote { font-style : oblique ; }

a { color : #407040 ;
	text-decoration : none ;
	border-bottom : 1px dotted ;
  }

a:hover { background-color : #205020 ;
	color : #FFFFFF ;
}

.thinboxed { background-color : #F6F6F6 ;
	border-style : solid ;
	border-width : 1px ;
	padding : 10px ;
	margin : 5px ;
}

.abstract { font-size : small ; }

.guest { display : block ; 
	text-align : center ;
	margin-bottom : 0.5em ;
	font-variant : small-caps ;
}

.guest:before { content : "Guest Lecture by " ; }

pre { white-space: pre-wrap ;
    white-space : -moz-pre-wrap ;
    white-space : -pre-wrap ;
    white-space : -o-pre-wrap;
    word-wrap : break-word ;
}

