BODY {
	color:black;
	background-color:white;
	width:800px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:800px){
	BODY {
		width:auto;
	}
}

h1 {
	color:black;
	background-color:white;
}

h2 {
	color:black;
	background-color:white;
	font-size:90%;
	border-left:5px solid #cccccc;
	padding-left:8px;
	margin-top:3ex;
}

h3 {
	color:#0000bb;
	font-size:125%;
	background-color:white;
}

.abstract {
	line-height:130%;
}

.title {
	font-weight:normal;
}


A { 
	background-color:white;
}
A:link { 
	text-decoration: none;
	color:#0000bb;
}
A:visited { 
	text-decoration: none;
	color:#0000bb;
}
A:hover { 
	text-decoration: underline;
	color:#dc143c;
}

ol {
	line-height:130%;
}

li {
	margin-top:1.3ex;
}

hr {
	height:1px;
	color:gray;
	background-color:white;
}

img {
	max-width: 95vw;
	border: 0; 
}

