body {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	background-image: url('vertical2.jpg');
	background-repeat: repeat-y;
	padding-left: 70px;
}
li {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 20px;
}
.small {
	font-size: 11px;
}
.caption {
	font-size: 11px;
	color: #777;
}
.caption a {
	color: #77F;
}
.caption a:hover {
	color: #757;
}
.affiliation a {
	text-decoration: none;
}
.affiliation a:hover {
	text-decoration: underline;
}
a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: purple;
}
h1 {
	margin-bottom:0;
}
.right {
	float:right;
	padding-right:10px;
}
