@charset "UTF-8";
.header {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a {
	text-decoration: none;
}
h1 span a {
}
.subhead {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: x-large;
	text-align: center;
}
.menu {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.main {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: left;
	width: 60%;
	margin-left: 10%;
}
.article {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 80%;
	float: left;
}
.authors p img {
	float: left;
	padding-right: 5px;
}
