body {
	background-color: #fff;
	color: #333;
	text-align: left;
	line-height: 1.42;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

#h3head {
	color: #303030;
	text-shadow: 2px 2px 2px #505050;
	text-align: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#head {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 14px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
}

#card {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#chead {
	margin-left: 50px;
	margin-right: 50px;
}

#cdate, .clemph, .cljournal {
	font-style: italic;
}

#cname, #cabs, #ctitle, #cauth, .clvolume {
	font-weight: bold;
}

#cauth, #cinst {
	font-size: 90%;
}

#cpar {
	margin-left: 10px;
	margin-right: 10px;
}

.clcenter {
	text-align: center;
}

.cltext {
	display: none;
}

.cimg {
	width: 90px;
}

#foot {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 16px;
}

#footleft {
	text-align: left;
}

#footright {
	text-align: right;
}


a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}

