@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	padding-left: 10%;
	padding-right: 10%;
	max-width:1200px;
}

figure {
  float: left;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin-right: 15px;
  padding: 5px;
  width: 30%;
  height:30%;
}
.showlink {
	font-size: 80%;
	margin-bottom: 15px;
}
.showlink a:link {
	color: #000;
	text-decoration: none;
}
.showlink a:visited {
	text-decoration: none;
	color: #000;
}
.showlink a:hover {
	text-decoration: underline;
	color: #000;
}
.showlink a:active {
	text-decoration: none;
	color: #000;
}

.subjectsub {
  overflow: auto;	
}
.subjectsub p{
  padding-top:10px;
}
.subjectsub img {
  width: 100%;
  height:100%;
}
