.header {
	font-size: 12px;
	text-align: left;
	width: 600px;
	margin-bottom: 12px;
}
.header a{
	font-size: 12px;
	color: black;
}
.header a:link {
	color: black;
	text-decoration: none;
	color: black;
}

.header a:hover {
	text-decoration: none;
	color: black;
}
.header a:active {
	text-decoration: none;
	color: black;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.author {
	font-size: 16px;
	text-align: center;
	width: 600px;
	margin-bottom: 0px;
}
.inst {
	font-size: 14px;
	text-align: center;
	width: 600px;
	margin-bottom: 15px;
}
.abstract {
	font-size: 14px;
	line-height: 20px;
	width: 600px;
	margin-bottom: 20px;
}
.footer {
	font-size: 14px;
	text-align: right;
	width: 600px;
	margin-bottom: 12px;
}
hr {
	width: 600px
}