@charset "utf-8";
/* CSS Document */

#publications {
	line-height: 25px;
	text-align: left;
}

#publications h2 {
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
#publications h3 {
	font-size: x-large;
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
#publications h3 a {
	text-decoration: none;
}
#publications h3 a:hover {
	color: #69F;
}
#publications h4 {
	font-size: large;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6CC;
}
#publications h5 {
	text-align: right;
	font-size: small;
	font-weight: bold;
}
#publications h5 a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#publications h5 a:hover {
	color: #69F;
}
#publications p {
	margin-bottom: 20px;
}
#publications ul li {
	text-align: left;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0508b8;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}