
ul{
	list-style: square;
}

ul li{
	margin-bottom: 5px;
}

ol li{
	margin-bottom: 8px;
}

div.left{
	float: left;
}

div.right{
	float: right;
	text-align: right;
}

div.sectionmarker{
	text-align: right;
	width: 100%;
	font-size: 90%;
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 3px;
}

div.sectionmarker a{
	font-variant: small-caps;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}

div.image{
	text-align: center;
}

.abstract {
	font-size: 85%;
	margin-right: 25px;
	margin-left: 25px; 
}

.small {
	font-size: 85%;
}

.smallpdf { 
	font-size: 85%;
	color: #666666;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666; 
	padding-top: 2px; 
	padding-bottom: 2px;
}
