@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  background-color: white;    
}

body {
  font-family: "Open Sans", Verdana, Arial, Geneva,  Helvetica, sans-serif;
  font-size: 14px;
  max-width: 773px;
  background-color: white;
  margin: auto;
  padding: 50px 50px 20px 50px;
  height: 100%;
}
.authors {
   font-weight: bold;
}
.title {
   font-style: italic;
}
.where {
}
a {
   color: blue;
}       
.square {
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 3px;
	border: 1px solid gray;
}
.square:hover {
	margin: 1px;
	border: 3px solid black;
} 
.toplink {
	text-align:right;
	width: 100%;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

.biglink {
	display:inline-block;
	text-align:center;
	width: 300px;	
	font-weight: bold;
	color: white;
	font-size:24px;
	background-color: navy;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	text-decoration: none;
}

.biglink:hover {
	background-color: blue;
}